Html Css Color HEX #3E5BCC Free Speech Blue

📋 copy color: '#3E5BCC'

red 62 ◦ green 91 ◦ blue 204

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

Shades of Free Speech Blue #3E5BCC

Tints of Free Speech Blue #3E5BCC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.49%

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

R = 17.37%
G = 25.49%
B = 57.14%

CMYK

 C value IS 0.70

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3E5BCC (or 0x3E5BCC) is known color: Free Speech Blue. HEX triplet: 3E, 5B and CC. RGB value is (62,91,204). Sum of RGB (Red+Green+Blue) = 62+91+204=357 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.37% from 357); Green value is 91 (35.94% from 255 or 25.49% from 357); Blue value is 204 (80.08% from 255 or 57.14% from 357); Max value from RGB is 204 - color contains mainly: blue. Hex color #3E5BCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E5BCC is #C1A433. Grayscale: #5E5E5E. Windows color (decimal): -12690484 or 13392702. OLE color: 13392702.

HSL color Cylindrical-coordinate representation of color #3E5BCC: hue angle of 227.75º 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 #3E5BCC is Cyan = 0.70, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 62 91 204 -
CMYK 0.70 0.55 0 0.2
HSL 227.75º 0.58% 0.52% -
HSV(B) 227.75º 0.7% 0.8% -
XYZ 16.63 12.87 58.73 -
YUV 95.21 189.39 104.31 -
System Red Green Blue C M Y K H S L
Decimal 62 91 204 0.70 0.55 0 0.2 227.75 0.58 0.52
Hex 3E 5B CC 46 37 0 14 E4 3A 34
Octal 76 133 314 106 67 0 24 344 72 64
Binary 111110 1011011 11001100 1000110 110111 0 10100 11100100 111010 110100

Color Harmonies of #3E5BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E5BCC

Black with #3E5BCC

Text Example


Text Example

White with #3E5BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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