#434C9E

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

Shades of Governor Bay #434C9E

Tints of Governor Bay #434C9E

Color information

#434C9E (or 0x434C9E) is unknown color: approx Governor Bay. HEX triplet: 43, 4C and 9E. RGB value is (67,76,158). Sum of RGB (Red+Green+Blue) = 67+76+158=301 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.26% from 301); Green value is 76 (30.08% from 255 or 25.25% from 301); Blue value is 158 (62.11% from 255 or 52.49% from 301); Max value from RGB is 158 - color contains mainly: blue. Hex color #434C9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434C9E is #BCB361. Grayscale: #525252. Windows color (decimal): -12366690 or 10374211. OLE color: 10374211.

HSL color Cylindrical-coordinate representation of color #434C9E: hue angle of 234.07º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #434C9E is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6776158-
CMYK0.580.5200.38
HSL234.07º40.44%44.12%-
HSV(B)234.07º57.59%61.96%-
XYZ11.078.8333.47-
YUV82.66170.52116.83-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 22.26%
GREEN value IS 76 (30.08% from 255) = 25.25%
BLUE value IS 158 (62.11% from 255) = 52.49%
R=22.26%
G=25.25%
B=52.49%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal67761580.580.5200.38234.0740.4444.12
Hex434C9E3A34026ea282c
Octal10311423672640463525054
Binary1000011100110010011110111010110100010011011101010101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,76,158); }

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

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

 a { background-color: rgb(67,76,158); }

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

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

 span { border-color: rgb(67,76,158); }

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