#434EA1

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

Shades of Governor Bay #434EA1

Tints of Governor Bay #434EA1

Color information

#434EA1 (or 0x434EA1) is unknown color: approx Governor Bay. HEX triplet: 43, 4E and A1. RGB value is (67,78,161). Sum of RGB (Red+Green+Blue) = 67+78+161=306 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.90% from 306); Green value is 78 (30.86% from 255 or 25.49% from 306); Blue value is 161 (63.28% from 255 or 52.61% from 306); Max value from RGB is 161 - color contains mainly: blue. Hex color #434EA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #434EA1 is #BCB15E. Grayscale: #535353. Windows color (decimal): -12366175 or 10571331. OLE color: 10571331.

HSL color Cylindrical-coordinate representation of color #434EA1: hue angle of 232.98º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #434EA1 is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB6778161-
CMYK0.580.5200.37
HSL232.98º41.23%44.71%-
HSV(B)232.98º58.39%63.14%-
XYZ11.479.2234.89-
YUV84.17171.36115.75-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.90%
GREEN value IS 78 (30.86% from 255) = 25.49%
BLUE value IS 161 (63.28% from 255) = 52.61%
R=21.90%
G=25.49%
B=52.61%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal67781610.580.5200.37232.9841.2344.71
Hex434EA13A34025e9292d
Octal10311624172640453515155
Binary1000011100111010100001111010110100010010111101001101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,78,161); }

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

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

 a { background-color: rgb(67,78,161); }

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

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

 span { border-color: rgb(67,78,161); }

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