Html Css Color HEX #393EA7 Governor Bay

📋 copy color: '#393EA7'

red 57 ◦ green 62 ◦ blue 167

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

Shades of Governor Bay #393EA7

Tints of Governor Bay #393EA7

RGB

 RED value IS 57 (22.66% from 255) = 19.93%

 GREEN value IS 62 (24.61% from 255) = 21.68%

 BLUE value IS 167 (65.63% from 255) = 58.39%

R = 19.93%
G = 21.68%
B = 58.39%

CMYK

 C value IS 0.66

 M value IS 0.63

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#393EA7 (or 0x393EA7) is known color: Governor Bay. HEX triplet: 39, 3E and A7. RGB value is (57,62,167). Sum of RGB (Red+Green+Blue) = 57+62+167=286 (37% of max value = 765). Red value is 57 (22.66% from 255 or 19.93% from 286); Green value is 62 (24.61% from 255 or 21.68% from 286); Blue value is 167 (65.62% from 255 or 58.39% from 286); Max value from RGB is 167 - color contains mainly: blue. Hex color #393EA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393EA7 is #C6C158. Grayscale: #484848. Windows color (decimal): -13025625 or 10960441. OLE color: 10960441.

HSL color Cylindrical-coordinate representation of color #393EA7: hue angle of 237.27º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #393EA7 is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 57 62 167 -
CMYK 0.66 0.63 0 0.35
HSL 237.27º 0.49% 0.44% -
HSV(B) 237.27º 0.66% 0.65% -
XYZ 10.39 7.11 37.38 -
YUV 72.48 181.34 116.96 -
System Red Green Blue C M Y K H S L
Decimal 57 62 167 0.66 0.63 0 0.35 237.27 0.49 0.44
Hex 39 3E A7 42 3F 0 23 ED 31 2C
Octal 71 76 247 102 77 0 43 355 61 54
Binary 111001 111110 10100111 1000010 111111 0 100011 11101101 110001 101100

Color Harmonies of #393EA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393EA7

Black with #393EA7

Text Example


Text Example

White with #393EA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393EA7; }

 p { color: rgb(57,62,167); }

 H1.HeaderClassName
 {
   color: #393EA7;
 }
 .AnyTagClassName
 {
   color: #393EA7;
 }
</style>

background-color css

<style>
 a { background-color: #393EA7; }

 a { background-color: rgb(57,62,167); }

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

border-color css

<style>
 span { border-color: #393EA7; }

 span { border-color: rgb(57,62,167); }

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