Html Css Color HEX #393FAA Governor Bay

📋 copy color: '#393FAA'

red 57 ◦ green 63 ◦ blue 170

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

Shades of Governor Bay #393FAA

Tints of Governor Bay #393FAA

RGB

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

 GREEN value IS 63 (25% from 255) = 21.72%

 BLUE value IS 170 (66.8% from 255) = 58.62%

R = 19.66%
G = 21.72%
B = 58.62%

CMYK

 C value IS 0.66

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#393FAA (or 0x393FAA) is known color: Governor Bay. HEX triplet: 39, 3F and AA. RGB value is (57,63,170). Sum of RGB (Red+Green+Blue) = 57+63+170=290 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.66% from 290); Green value is 63 (25% from 255 or 21.72% from 290); Blue value is 170 (66.80% from 255 or 58.62% from 290); Max value from RGB is 170 - color contains mainly: blue. Hex color #393FAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393FAA is #C6C055. Grayscale: #484848. Windows color (decimal): -13025366 or 11157305. OLE color: 11157305.

HSL color Cylindrical-coordinate representation of color #393FAA: hue angle of 236.81º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #393FAA is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 57 63 170 -
CMYK 0.66 0.63 0 0.33
HSL 236.81º 0.5% 0.45% -
HSV(B) 236.81º 0.66% 0.67% -
XYZ 10.72 7.33 38.88 -
YUV 73.4 182.51 116.3 -
System Red Green Blue C M Y K H S L
Decimal 57 63 170 0.66 0.63 0 0.33 236.81 0.5 0.45
Hex 39 3F AA 42 3F 0 21 ED 32 2D
Octal 71 77 252 102 77 0 41 355 62 55
Binary 111001 111111 10101010 1000010 111111 0 100001 11101101 110010 101101

Color Harmonies of #393FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393FAA

Black with #393FAA

Text Example


Text Example

White with #393FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,63,170); }

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

background-color css

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

 a { background-color: rgb(57,63,170); }

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

border-color css

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

 span { border-color: rgb(57,63,170); }

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