#434DAD

Color #434DAD Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #434DAD

Tints of Governor Bay #434DAD

Color information

#434DAD (or 0x434DAD) is unknown color: approx Governor Bay. HEX triplet: 43, 4D and AD. RGB value is (67,77,173). Sum of RGB (Red+Green+Blue) = 67+77+173=317 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.14% from 317); Green value is 77 (30.47% from 255 or 24.29% from 317); Blue value is 173 (67.97% from 255 or 54.57% from 317); Max value from RGB is 173 - color contains mainly: blue. Hex color #434DAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #434DAD is #BCB252. Grayscale: #545454. Windows color (decimal): -12366419 or 11357507. OLE color: 11357507.

HSL color Cylindrical-coordinate representation of color #434DAD: hue angle of 234.34º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #434DAD is Cyan = 0.61, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6777173-
CMYK0.610.5500.32
HSL234.34º44.17%47.06%-
HSV(B)234.34º61.27%67.84%-
XYZ12.519.5240.71-
YUV84.95177.69115.19-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.14%
GREEN value IS 77 (30.47% from 255) = 24.29%
BLUE value IS 173 (67.97% from 255) = 54.57%
R=21.14%
G=24.29%
B=54.57%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal67771730.610.5500.32234.3444.1747.06
Hex434DAD3D37020ea2c2f
Octal10311525575670403525457
Binary1000011100110110101101111101110111010000011101010101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434DAD; }

 p { color: rgb(67,77,173); }

 H1.HeaderClassName
 {
   color: #434DAD;
 }
 .AnyTagClassName
 {
   color: #434DAD;
 }
</style>
background-color css

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

 a { background-color: rgb(67,77,173); }

 div.DivClassName
 {
   background-color: #434DAD;
 }
 .BgClassName
 {
   background-color: #434DAD;
 }
</style>
border-color css

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

 span { border-color: rgb(67,77,173); }

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