Html Css Color HEX #3F62CC Free Speech Blue

📋 copy color: '#3F62CC'

red 63 ◦ green 98 ◦ blue 204

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

Shades of Free Speech Blue #3F62CC

Tints of Free Speech Blue #3F62CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 55.89%

R = 17.26%
G = 26.85%
B = 55.89%

CMYK

 C value IS 0.69

 M value IS 0.52

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3F62CC (or 0x3F62CC) is known color: Free Speech Blue. HEX triplet: 3F, 62 and CC. RGB value is (63,98,204). Sum of RGB (Red+Green+Blue) = 63+98+204=365 (48% of max value = 765). Red value is 63 (25% from 255 or 17.26% from 365); Green value is 98 (38.67% from 255 or 26.85% from 365); Blue value is 204 (80.08% from 255 or 55.89% from 365); Max value from RGB is 204 - color contains mainly: blue. Hex color #3F62CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F62CC is #C09D33. Grayscale: #636363. Windows color (decimal): -12623156 or 13394495. OLE color: 13394495.

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

Color convert

RGB 63 98 204 -
CMYK 0.69 0.52 0 0.2
HSL 225.11º 0.58% 0.52% -
HSV(B) 225.11º 0.69% 0.8% -
XYZ 17.32 14.15 58.95 -
YUV 99.62 186.9 101.88 -
System Red Green Blue C M Y K H S L
Decimal 63 98 204 0.69 0.52 0 0.2 225.11 0.58 0.52
Hex 3F 62 CC 45 34 0 14 E1 3A 34
Octal 77 142 314 105 64 0 24 341 72 64
Binary 111111 1100010 11001100 1000101 110100 0 10100 11100001 111010 110100

Color Harmonies of #3F62CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F62CC

Black with #3F62CC

Text Example


Text Example

White with #3F62CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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