#434B9C

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

Shades of Governor Bay #434B9C

Tints of Governor Bay #434B9C

Color information

#434B9C (or 0x434B9C) is unknown color: approx Governor Bay. HEX triplet: 43, 4B and 9C. RGB value is (67,75,156). Sum of RGB (Red+Green+Blue) = 67+75+156=298 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.48% from 298); Green value is 75 (29.69% from 255 or 25.17% from 298); Blue value is 156 (61.33% from 255 or 52.35% from 298); Max value from RGB is 156 - color contains mainly: blue. Hex color #434B9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434B9C is #BCB463. Grayscale: #515151. Windows color (decimal): -12366948 or 10242883. OLE color: 10242883.

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

Color convert

RGB6775156-
CMYK0.570.5200.39
HSL234.61º39.91%43.73%-
HSV(B)234.61º57.05%61.18%-
XYZ10.838.6332.55-
YUV81.84169.85117.41-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 22.48%
GREEN value IS 75 (29.69% from 255) = 25.17%
BLUE value IS 156 (61.33% from 255) = 52.35%
R=22.48%
G=25.17%
B=52.35%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal67751560.570.5200.39234.6139.9143.73
Hex434B9C3934027eb282c
Octal10311323471640473535054
Binary1000011100101110011100111001110100010011111101011101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,75,156); }

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

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

 a { background-color: rgb(67,75,156); }

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

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

 span { border-color: rgb(67,75,156); }

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