Html Css Color HEX #3F4A98 Governor Bay

📋 copy color: '#3F4A98'

red 63 ◦ green 74 ◦ blue 152

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

Shades of Governor Bay #3F4A98

Tints of Governor Bay #3F4A98

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.61%

 BLUE value IS 152 (59.77% from 255) = 52.6%

R = 21.8%
G = 25.61%
B = 52.6%

CMYK

 C value IS 0.59

 M value IS 0.51

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#3F4A98 (or 0x3F4A98) is known color: Governor Bay. HEX triplet: 3F, 4A and 98. RGB value is (63,74,152). Sum of RGB (Red+Green+Blue) = 63+74+152=289 (38% of max value = 765). Red value is 63 (25% from 255 or 21.80% from 289); Green value is 74 (29.30% from 255 or 25.61% from 289); Blue value is 152 (59.77% from 255 or 52.60% from 289); Max value from RGB is 152 - color contains mainly: blue. Hex color #3F4A98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F4A98 is #C0B567. Grayscale: #4F4F4F. Windows color (decimal): -12629352 or 9980479. OLE color: 9980479.

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

Color convert

RGB 63 74 152 -
CMYK 0.59 0.51 0 0.40
HSL 232.58º 0.41% 0.42% -
HSV(B) 232.58º 0.59% 0.6% -
XYZ 10.17 8.22 30.76 -
YUV 79.6 168.86 116.16 -
System Red Green Blue C M Y K H S L
Decimal 63 74 152 0.59 0.51 0 0.40 232.58 0.41 0.42
Hex 3F 4A 98 3B 33 0 28 E9 29 2A
Octal 77 112 230 73 63 0 50 351 51 52
Binary 111111 1001010 10011000 111011 110011 0 101000 11101001 101001 101010

Color Harmonies of #3F4A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4A98

Black with #3F4A98

Text Example


Text Example

White with #3F4A98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,74,152); }

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

background-color css

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

 a { background-color: rgb(63,74,152); }

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

border-color css

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

 span { border-color: rgb(63,74,152); }

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