Html Css Color HEX #3F489B Governor Bay

📋 copy color: '#3F489B'

red 63 ◦ green 72 ◦ blue 155

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

Shades of Governor Bay #3F489B

Tints of Governor Bay #3F489B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.83%

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

R = 21.72%
G = 24.83%
B = 53.45%

CMYK

 C value IS 0.59

 M value IS 0.54

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3F489B (or 0x3F489B) is known color: Governor Bay. HEX triplet: 3F, 48 and 9B. RGB value is (63,72,155). Sum of RGB (Red+Green+Blue) = 63+72+155=290 (38% of max value = 765). Red value is 63 (25% from 255 or 21.72% from 290); Green value is 72 (28.52% from 255 or 24.83% from 290); Blue value is 155 (60.94% from 255 or 53.45% from 290); Max value from RGB is 155 - color contains mainly: blue. Hex color #3F489B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F489B is #C0B764. Grayscale: #4E4E4E. Windows color (decimal): -12629861 or 10176575. OLE color: 10176575.

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

Color convert

RGB 63 72 155 -
CMYK 0.59 0.54 0 0.39
HSL 234.13º 0.42% 0.43% -
HSV(B) 234.13º 0.59% 0.61% -
XYZ 10.28 8.06 32.02 -
YUV 78.77 171.02 116.75 -
System Red Green Blue C M Y K H S L
Decimal 63 72 155 0.59 0.54 0 0.39 234.13 0.42 0.43
Hex 3F 48 9B 3B 36 0 27 EA 2A 2B
Octal 77 110 233 73 66 0 47 352 52 53
Binary 111111 1001000 10011011 111011 110110 0 100111 11101010 101010 101011

Color Harmonies of #3F489B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F489B

Black with #3F489B

Text Example


Text Example

White with #3F489B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,72,155); }

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

background-color css

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

 a { background-color: rgb(63,72,155); }

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

border-color css

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

 span { border-color: rgb(63,72,155); }

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