Html Css Color HEX #3E449A Governor Bay

📋 copy color: '#3E449A'

red 62 ◦ green 68 ◦ blue 154

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

Shades of Governor Bay #3E449A

Tints of Governor Bay #3E449A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 54.23%

R = 21.83%
G = 23.94%
B = 54.23%

CMYK

 C value IS 0.60

 M value IS 0.56

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#3E449A (or 0x3E449A) is known color: Governor Bay. HEX triplet: 3E, 44 and 9A. RGB value is (62,68,154). Sum of RGB (Red+Green+Blue) = 62+68+154=284 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.83% from 284); Green value is 68 (26.95% from 255 or 23.94% from 284); Blue value is 154 (60.55% from 255 or 54.23% from 284); Max value from RGB is 154 - color contains mainly: blue. Hex color #3E449A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E449A is #C1BB65. Grayscale: #4B4B4B. Windows color (decimal): -12696422 or 10110014. OLE color: 10110014.

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

Color convert

RGB 62 68 154 -
CMYK 0.60 0.56 0 0.40
HSL 236.09º 0.43% 0.42% -
HSV(B) 236.09º 0.6% 0.6% -
XYZ 9.89 7.49 31.5 -
YUV 76.01 172.01 118.01 -
System Red Green Blue C M Y K H S L
Decimal 62 68 154 0.60 0.56 0 0.40 236.09 0.43 0.42
Hex 3E 44 9A 3C 38 0 28 EC 2B 2A
Octal 76 104 232 74 70 0 50 354 53 52
Binary 111110 1000100 10011010 111100 111000 0 101000 11101100 101011 101010

Color Harmonies of #3E449A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E449A

Black with #3E449A

Text Example


Text Example

White with #3E449A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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