Html Css Color HEX #434995 Governor Bay

📋 copy color: '#434995'

red 67 ◦ green 73 ◦ blue 149

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

Shades of Governor Bay #434995

Tints of Governor Bay #434995

RGB

 RED value IS 67 (26.56% from 255) = 23.18%

 GREEN value IS 73 (28.91% from 255) = 25.26%

 BLUE value IS 149 (58.59% from 255) = 51.56%

R = 23.18%
G = 25.26%
B = 51.56%

CMYK

 C value IS 0.55

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#434995 (or 0x434995) is known color: Governor Bay. HEX triplet: 43, 49 and 95. RGB value is (67,73,149). Sum of RGB (Red+Green+Blue) = 67+73+149=289 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.18% from 289); Green value is 73 (28.91% from 255 or 25.26% from 289); Blue value is 149 (58.59% from 255 or 51.56% from 289); Max value from RGB is 149 - color contains mainly: blue. Hex color #434995 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434995 is #BCB66A. Grayscale: #4F4F4F. Windows color (decimal): -12367467 or 9783619. OLE color: 9783619.

HSL color Cylindrical-coordinate representation of color #434995: hue angle of 235.61º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #434995 is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 67 73 149 -
CMYK 0.55 0.51 0 0.42
HSL 235.61º 0.38% 0.42% -
HSV(B) 235.61º 0.55% 0.58% -
XYZ 10.12 8.13 29.47 -
YUV 79.87 167.01 118.82 -
System Red Green Blue C M Y K H S L
Decimal 67 73 149 0.55 0.51 0 0.42 235.61 0.38 0.42
Hex 43 49 95 37 33 0 2A EC 26 2A
Octal 103 111 225 67 63 0 52 354 46 52
Binary 1000011 1001001 10010101 110111 110011 0 101010 11101100 100110 101010

Color Harmonies of #434995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434995

Black with #434995

Text Example


Text Example

White with #434995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434995; }

 p { color: rgb(67,73,149); }

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

background-color css

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

 a { background-color: rgb(67,73,149); }

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

border-color css

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

 span { border-color: rgb(67,73,149); }

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