Html Css Color HEX #3E449B Governor Bay

📋 copy color: '#3E449B'

red 62 ◦ green 68 ◦ blue 155

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

Shades of Governor Bay #3E449B

Tints of Governor Bay #3E449B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.86%

 BLUE value IS 155 (60.94% from 255) = 54.39%

R = 21.75%
G = 23.86%
B = 54.39%

CMYK

 C value IS 0.6

 M value IS 0.56

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3E449B (or 0x3E449B) is known color: Governor Bay. HEX triplet: 3E, 44 and 9B. RGB value is (62,68,155). Sum of RGB (Red+Green+Blue) = 62+68+155=285 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.75% from 285); Green value is 68 (26.95% from 255 or 23.86% from 285); Blue value is 155 (60.94% from 255 or 54.39% from 285); Max value from RGB is 155 - color contains mainly: blue. Hex color #3E449B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E449B is #C1BB64. Grayscale: #4B4B4B. Windows color (decimal): -12696421 or 10175550. OLE color: 10175550.

HSL color Cylindrical-coordinate representation of color #3E449B: hue angle of 236.13º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3E449B is Cyan = 0.6, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 62 68 155 -
CMYK 0.6 0.56 0 0.39
HSL 236.13º 0.43% 0.43% -
HSV(B) 236.13º 0.6% 0.61% -
XYZ 9.97 7.52 31.94 -
YUV 76.12 172.51 117.93 -
System Red Green Blue C M Y K H S L
Decimal 62 68 155 0.6 0.56 0 0.39 236.13 0.43 0.43
Hex 3E 44 9B 3C 38 0 27 EC 2B 2B
Octal 76 104 233 74 70 0 47 354 53 53
Binary 111110 1000100 10011011 111100 111000 0 100111 11101100 101011 101011

Color Harmonies of #3E449B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E449B

Black with #3E449B

Text Example


Text Example

White with #3E449B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,68,155); }

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

background-color css

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

 a { background-color: rgb(62,68,155); }

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

border-color css

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

 span { border-color: rgb(62,68,155); }

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