Html Css Color HEX #3E5FCC Free Speech Blue

📋 copy color: '#3E5FCC'

red 62 ◦ green 95 ◦ blue 204

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

Shades of Free Speech Blue #3E5FCC

Tints of Free Speech Blue #3E5FCC

RGB

 RED value IS 62 (24.61% from 255) = 17.17%

 GREEN value IS 95 (37.5% from 255) = 26.32%

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

R = 17.17%
G = 26.32%
B = 56.51%

CMYK

 C value IS 0.70

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3E5FCC (or 0x3E5FCC) is known color: Free Speech Blue. HEX triplet: 3E, 5F and CC. RGB value is (62,95,204). Sum of RGB (Red+Green+Blue) = 62+95+204=361 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.17% from 361); Green value is 95 (37.5% from 255 or 26.32% from 361); Blue value is 204 (80.08% from 255 or 56.51% from 361); Max value from RGB is 204 - color contains mainly: blue. Hex color #3E5FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E5FCC is #C1A033. Grayscale: #616161. Windows color (decimal): -12689460 or 13393726. OLE color: 13393726.

HSL color Cylindrical-coordinate representation of color #3E5FCC: hue angle of 226.06º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3E5FCC is Cyan = 0.70, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 62 95 204 -
CMYK 0.70 0.53 0 0.2
HSL 226.06º 0.58% 0.52% -
HSV(B) 226.06º 0.7% 0.8% -
XYZ 16.98 13.57 58.85 -
YUV 97.56 188.07 102.64 -
System Red Green Blue C M Y K H S L
Decimal 62 95 204 0.70 0.53 0 0.2 226.06 0.58 0.52
Hex 3E 5F CC 46 35 0 14 E2 3A 34
Octal 76 137 314 106 65 0 24 342 72 64
Binary 111110 1011111 11001100 1000110 110101 0 10100 11100010 111010 110100

Color Harmonies of #3E5FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E5FCC

Black with #3E5FCC

Text Example


Text Example

White with #3E5FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,95,204); }

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

background-color css

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

 a { background-color: rgb(62,95,204); }

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

border-color css

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

 span { border-color: rgb(62,95,204); }

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