#4341CB

Color #4341CB Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #4341CB

Tints of Free Speech Blue #4341CB

Color information

#4341CB (or 0x4341CB) is unknown color: approx Free Speech Blue. HEX triplet: 43, 41 and CB. RGB value is (67,65,203). Sum of RGB (Red+Green+Blue) = 67+65+203=335 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 203 (79.69% from 255 or 60.60% from 335); Max value from RGB is 203 - color contains mainly: blue. Hex color #4341CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4341CB is #BCBE34. Grayscale: #505050. Windows color (decimal): -12369461 or 13320515. OLE color: 13320515.

HSL color Cylindrical-coordinate representation of color #4341CB: hue angle of 240.87º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4341CB is Cyan = 0.67, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB6765203-
CMYK0.670.6800.20
HSL240.87º57.02%52.55%-
HSV(B)240.87º67.98%79.61%-
XYZ14.989.2957.5-
YUV81.33196.66117.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 67 (26.56% from 255) = 20%
GREEN value IS 65 (25.78% from 255) = 19.40%
BLUE value IS 203 (79.69% from 255) = 60.60%
R=20%
G=19.40%
B=60.60%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal67652030.670.6800.20240.8757.0252.55
Hex4341CB4344014f13935
Octal1031013131031040243617165
Binary10000111000001110010111000011100010001010011110001111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4341CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4341CB; }

 p { color: rgb(67,65,203); }

 H1.HeaderClassName
 {
   color: #4341CB;
 }
 .AnyTagClassName
 {
   color: #4341CB;
 }
</style>
background-color css

<style>
 a { background-color: #4341CB; }

 a { background-color: rgb(67,65,203); }

 div.DivClassName
 {
   background-color: #4341CB;
 }
 .BgClassName
 {
   background-color: #4341CB;
 }
</style>
border-color css

<style>
 span { border-color: #4341CB; }

 span { border-color: rgb(67,65,203); }

 td.TdClassName
 {
   border-color: #4341CB;
 }
 .TagClassName
 {
   border-color: #4341CB;
 }
</style>