#434B9F

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

Shades of Governor Bay #434B9F

Tints of Governor Bay #434B9F

Color information

#434B9F (or 0x434B9F) is unknown color: approx Governor Bay. HEX triplet: 43, 4B and 9F. RGB value is (67,75,159). Sum of RGB (Red+Green+Blue) = 67+75+159=301 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.26% from 301); Green value is 75 (29.69% from 255 or 24.92% from 301); Blue value is 159 (62.5% from 255 or 52.82% from 301); Max value from RGB is 159 - color contains mainly: blue. Hex color #434B9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434B9F is #BCB460. Grayscale: #515151. Windows color (decimal): -12366945 or 10439491. OLE color: 10439491.

HSL color Cylindrical-coordinate representation of color #434B9F: hue angle of 234.78º degrees, saturation: 0.41, 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 #434B9F is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6775159-
CMYK0.580.5300.38
HSL234.78º40.71%44.31%-
HSV(B)234.78º57.86%62.35%-
XYZ11.098.7333.9-
YUV82.18171.35117.17-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 22.26%
GREEN value IS 75 (29.69% from 255) = 24.92%
BLUE value IS 159 (62.5% from 255) = 52.82%
R=22.26%
G=24.92%
B=52.82%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal67751590.580.5300.38234.7840.7144.31
Hex434B9F3A35026eb292c
Octal10311323772650463535154
Binary1000011100101110011111111010110101010011011101011101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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