#434C9B

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

Shades of Governor Bay #434C9B

Tints of Governor Bay #434C9B

Color information

#434C9B (or 0x434C9B) is unknown color: approx Governor Bay. HEX triplet: 43, 4C and 9B. RGB value is (67,76,155). Sum of RGB (Red+Green+Blue) = 67+76+155=298 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.48% from 298); Green value is 76 (30.08% from 255 or 25.50% from 298); Blue value is 155 (60.94% from 255 or 52.01% from 298); Max value from RGB is 155 - color contains mainly: blue. Hex color #434C9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434C9B is #BCB364. Grayscale: #515151. Windows color (decimal): -12366693 or 10177603. OLE color: 10177603.

HSL color Cylindrical-coordinate representation of color #434C9B: hue angle of 233.86º 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 #434C9B is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6776155-
CMYK0.570.5100.39
HSL233.86º39.64%43.53%-
HSV(B)233.86º56.77%60.78%-
XYZ10.828.7332.13-
YUV82.32169.02117.08-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 22.48%
GREEN value IS 76 (30.08% from 255) = 25.50%
BLUE value IS 155 (60.94% from 255) = 52.01%
R=22.48%
G=25.50%
B=52.01%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal67761550.570.5100.39233.8639.6443.53
Hex434C9B3933027ea282c
Octal10311423371630473525054
Binary1000011100110010011011111001110011010011111101010101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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