Html Css Color HEX #3E69BA Free Speech Blue

📋 copy color: '#3E69BA'

red 62 ◦ green 105 ◦ blue 186

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

Shades of Free Speech Blue #3E69BA

Tints of Free Speech Blue #3E69BA

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.75%

 BLUE value IS 186 (73.05% from 255) = 52.69%

R = 17.56%
G = 29.75%
B = 52.69%

CMYK

 C value IS 0.67

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3E69BA (or 0x3E69BA) is known color: Free Speech Blue. HEX triplet: 3E, 69 and BA. RGB value is (62,105,186). Sum of RGB (Red+Green+Blue) = 62+105+186=353 (46% of max value = 765). Red value is 62 (24.61% from 255 or 17.56% from 353); Green value is 105 (41.41% from 255 or 29.75% from 353); Blue value is 186 (73.05% from 255 or 52.69% from 353); Max value from RGB is 186 - color contains mainly: blue. Hex color #3E69BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E69BA is #C19645. Grayscale: #656565. Windows color (decimal): -12686918 or 12216638. OLE color: 12216638.

HSL color Cylindrical-coordinate representation of color #3E69BA: hue angle of 219.19º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3E69BA is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 62 105 186 -
CMYK 0.67 0.44 0 0.27
HSL 219.19º 0.5% 0.49% -
HSV(B) 219.19º 0.67% 0.73% -
XYZ 15.9 14.67 48.45 -
YUV 101.38 175.75 99.91 -
System Red Green Blue C M Y K H S L
Decimal 62 105 186 0.67 0.44 0 0.27 219.19 0.5 0.49
Hex 3E 69 BA 43 2C 0 1B DB 32 31
Octal 76 151 272 103 54 0 33 333 62 61
Binary 111110 1101001 10111010 1000011 101100 0 11011 11011011 110010 110001

Color Harmonies of #3E69BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E69BA

Black with #3E69BA

Text Example


Text Example

White with #3E69BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,105,186); }

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

background-color css

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

 a { background-color: rgb(62,105,186); }

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

border-color css

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

 span { border-color: rgb(62,105,186); }

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