#435395

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

Shades of Governor Bay #435395

Tints of Governor Bay #435395

Color information

#435395 (or 0x435395) is unknown color: approx Governor Bay. HEX triplet: 43, 53 and 95. RGB value is (67,83,149). Sum of RGB (Red+Green+Blue) = 67+83+149=299 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.41% from 299); Green value is 83 (32.81% from 255 or 27.76% from 299); Blue value is 149 (58.59% from 255 or 49.83% from 299); Max value from RGB is 149 - color contains mainly: blue. Hex color #435395 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #435395 is #BCAC6A. Grayscale: #555555. Windows color (decimal): -12364907 or 9786179. OLE color: 9786179.

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

Color convert

RGB6783149-
CMYK0.550.4400.42
HSL228.29º37.96%42.35%-
HSV(B)228.29º55.03%58.43%-
XYZ10.839.5529.71-
YUV85.74163.7114.63-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 22.41%
GREEN value IS 83 (32.81% from 255) = 27.76%
BLUE value IS 149 (58.59% from 255) = 49.83%
R=22.41%
G=27.76%
B=49.83%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal67831490.550.4400.42228.2937.9642.35
Hex435395372C02Ae4262a
Octal10312322567540523444652
Binary1000011101001110010101110111101100010101011100100100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435395; }

 p { color: rgb(67,83,149); }

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

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

 a { background-color: rgb(67,83,149); }

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

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

 span { border-color: rgb(67,83,149); }

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