Html Css Color HEX #3F4DAB Governor Bay

📋 copy color: '#3F4DAB'

red 63 ◦ green 77 ◦ blue 171

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

Shades of Governor Bay #3F4DAB

Tints of Governor Bay #3F4DAB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.76%

 BLUE value IS 171 (67.19% from 255) = 54.98%

R = 20.26%
G = 24.76%
B = 54.98%

CMYK

 C value IS 0.63

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3F4DAB (or 0x3F4DAB) is known color: Governor Bay. HEX triplet: 3F, 4D and AB. RGB value is (63,77,171). Sum of RGB (Red+Green+Blue) = 63+77+171=311 (41% of max value = 765). Red value is 63 (25% from 255 or 20.26% from 311); Green value is 77 (30.47% from 255 or 24.76% from 311); Blue value is 171 (67.19% from 255 or 54.98% from 311); Max value from RGB is 171 - color contains mainly: blue. Hex color #3F4DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F4DAB is #C0B254. Grayscale: #535353. Windows color (decimal): -12628565 or 11226431. OLE color: 11226431.

HSL color Cylindrical-coordinate representation of color #3F4DAB: hue angle of 232.22º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3F4DAB is Cyan = 0.63, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 63 77 171 -
CMYK 0.63 0.55 0 0.33
HSL 232.22º 0.46% 0.46% -
HSV(B) 232.22º 0.63% 0.67% -
XYZ 12.05 9.3 39.69 -
YUV 83.53 177.36 113.36 -
System Red Green Blue C M Y K H S L
Decimal 63 77 171 0.63 0.55 0 0.33 232.22 0.46 0.46
Hex 3F 4D AB 3F 37 0 21 E8 2E 2E
Octal 77 115 253 77 67 0 41 350 56 56
Binary 111111 1001101 10101011 111111 110111 0 100001 11101000 101110 101110

Color Harmonies of #3F4DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4DAB

Black with #3F4DAB

Text Example


Text Example

White with #3F4DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,77,171); }

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

background-color css

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

 a { background-color: rgb(63,77,171); }

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

border-color css

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

 span { border-color: rgb(63,77,171); }

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