Html Css Color HEX #3F66CB Free Speech Blue

📋 copy color: '#3F66CB'

red 63 ◦ green 102 ◦ blue 203

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

Shades of Free Speech Blue #3F66CB

Tints of Free Speech Blue #3F66CB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.72%

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

R = 17.12%
G = 27.72%
B = 55.16%

CMYK

 C value IS 0.69

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3F66CB (or 0x3F66CB) is known color: Free Speech Blue. HEX triplet: 3F, 66 and CB. RGB value is (63,102,203). Sum of RGB (Red+Green+Blue) = 63+102+203=368 (48% of max value = 765). Red value is 63 (25% from 255 or 17.12% from 368); Green value is 102 (40.23% from 255 or 27.72% from 368); Blue value is 203 (79.69% from 255 or 55.16% from 368); Max value from RGB is 203 - color contains mainly: blue. Hex color #3F66CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F66CB is #C09934. Grayscale: #656565. Windows color (decimal): -12622133 or 13329983. OLE color: 13329983.

HSL color Cylindrical-coordinate representation of color #3F66CB: hue angle of 223.29º 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 #3F66CB is Cyan = 0.69, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 63 102 203 -
CMYK 0.69 0.50 0 0.20
HSL 223.29º 0.57% 0.52% -
HSV(B) 223.29º 0.69% 0.8% -
XYZ 17.58 14.87 58.44 -
YUV 101.85 185.08 100.29 -
System Red Green Blue C M Y K H S L
Decimal 63 102 203 0.69 0.50 0 0.20 223.29 0.57 0.52
Hex 3F 66 CB 45 32 0 14 DF 39 34
Octal 77 146 313 105 62 0 24 337 71 64
Binary 111111 1100110 11001011 1000101 110010 0 10100 11011111 111001 110100

Color Harmonies of #3F66CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F66CB

Black with #3F66CB

Text Example


Text Example

White with #3F66CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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