Html Css Color HEX #3F41CB Free Speech Blue

📋 copy color: '#3F41CB'

red 63 ◦ green 65 ◦ blue 203

#3F41CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #3F41CB

Tints of Free Speech Blue #3F41CB

RGB

 RED value IS 63 (25% from 255) = 19.03%

 GREEN value IS 65 (25.78% from 255) = 19.64%

 BLUE value IS 203 (79.69% from 255) = 61.33%

R = 19.03%
G = 19.64%
B = 61.33%

CMYK

 C value IS 0.69

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3F41CB (or 0x3F41CB) is known color: Free Speech Blue. HEX triplet: 3F, 41 and CB. RGB value is (63,65,203). Sum of RGB (Red+Green+Blue) = 63+65+203=331 (43% of max value = 765). Red value is 63 (25% from 255 or 19.03% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 203 (79.69% from 255 or 61.33% from 331); Max value from RGB is 203 - color contains mainly: blue. Hex color #3F41CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F41CB is #C0BE34. Grayscale: #4F4F4F. Windows color (decimal): -12631605 or 13320511. OLE color: 13320511.

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

Color convert

RGB 63 65 203 -
CMYK 0.69 0.68 0 0.20
HSL 239.14º 0.57% 0.52% -
HSV(B) 239.14º 0.69% 0.8% -
XYZ 14.72 9.15 57.49 -
YUV 80.13 197.34 115.78 -
System Red Green Blue C M Y K H S L
Decimal 63 65 203 0.69 0.68 0 0.20 239.14 0.57 0.52
Hex 3F 41 CB 45 44 0 14 EF 39 34
Octal 77 101 313 105 104 0 24 357 71 64
Binary 111111 1000001 11001011 1000101 1000100 0 10100 11101111 111001 110100

Color Harmonies of #3F41CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F41CB

Black with #3F41CB

Text Example


Text Example

White with #3F41CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F41CB; }

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

 H1.HeaderClassName
 {
   color: #3F41CB;
 }
 .AnyTagClassName
 {
   color: #3F41CB;
 }
</style>

background-color css

<style>
 a { background-color: #3F41CB; }

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

 div.DivClassName
 {
   background-color: #3F41CB;
 }
 .BgClassName
 {
   background-color: #3F41CB;
 }
</style>

border-color css

<style>
 span { border-color: #3F41CB; }

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

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