Html Css Color HEX #3F449D Governor Bay

📋 copy color: '#3F449D'

red 63 ◦ green 68 ◦ blue 157

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

Shades of Governor Bay #3F449D

Tints of Governor Bay #3F449D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.61%

 BLUE value IS 157 (61.72% from 255) = 54.51%

R = 21.88%
G = 23.61%
B = 54.51%

CMYK

 C value IS 0.60

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3F449D (or 0x3F449D) is known color: Governor Bay. HEX triplet: 3F, 44 and 9D. RGB value is (63,68,157). Sum of RGB (Red+Green+Blue) = 63+68+157=288 (38% of max value = 765). Red value is 63 (25% from 255 or 21.88% from 288); Green value is 68 (26.95% from 255 or 23.61% from 288); Blue value is 157 (61.72% from 255 or 54.51% from 288); Max value from RGB is 157 - color contains mainly: blue. Hex color #3F449D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F449D is #C0BB62. Grayscale: #4C4C4C. Windows color (decimal): -12630883 or 10306623. OLE color: 10306623.

HSL color Cylindrical-coordinate representation of color #3F449D: hue angle of 236.81º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F449D is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 63 68 157 -
CMYK 0.60 0.57 0 0.38
HSL 236.81º 0.43% 0.43% -
HSV(B) 236.81º 0.6% 0.62% -
XYZ 10.2 7.63 32.83 -
YUV 76.65 173.34 118.26 -
System Red Green Blue C M Y K H S L
Decimal 63 68 157 0.60 0.57 0 0.38 236.81 0.43 0.43
Hex 3F 44 9D 3C 39 0 26 ED 2B 2B
Octal 77 104 235 74 71 0 46 355 53 53
Binary 111111 1000100 10011101 111100 111001 0 100110 11101101 101011 101011

Color Harmonies of #3F449D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F449D

Black with #3F449D

Text Example


Text Example

White with #3F449D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,68,157); }

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

background-color css

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

 a { background-color: rgb(63,68,157); }

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

border-color css

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

 span { border-color: rgb(63,68,157); }

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