Html Css Color HEX #3F62CB Free Speech Blue

📋 copy color: '#3F62CB'

red 63 ◦ green 98 ◦ blue 203

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

Shades of Free Speech Blue #3F62CB

Tints of Free Speech Blue #3F62CB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.92%

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

R = 17.31%
G = 26.92%
B = 55.77%

CMYK

 C value IS 0.69

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3F62CB (or 0x3F62CB) is known color: Free Speech Blue. HEX triplet: 3F, 62 and CB. RGB value is (63,98,203). Sum of RGB (Red+Green+Blue) = 63+98+203=364 (48% of max value = 765). Red value is 63 (25% from 255 or 17.31% from 364); Green value is 98 (38.67% from 255 or 26.92% from 364); Blue value is 203 (79.69% from 255 or 55.77% from 364); Max value from RGB is 203 - color contains mainly: blue. Hex color #3F62CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F62CB is #C09D34. Grayscale: #636363. Windows color (decimal): -12623157 or 13328959. OLE color: 13328959.

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

Color convert

RGB 63 98 203 -
CMYK 0.69 0.52 0 0.20
HSL 225º 0.57% 0.52% -
HSV(B) 225º 0.69% 0.8% -
XYZ 17.2 14.1 58.32 -
YUV 99.51 186.4 101.96 -
System Red Green Blue C M Y K H S L
Decimal 63 98 203 0.69 0.52 0 0.20 225 0.57 0.52
Hex 3F 62 CB 45 34 0 14 E1 39 34
Octal 77 142 313 105 64 0 24 341 71 64
Binary 111111 1100010 11001011 1000101 110100 0 10100 11100001 111001 110100

Color Harmonies of #3F62CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F62CB

Black with #3F62CB

Text Example


Text Example

White with #3F62CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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