#4348AB

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

Shades of Governor Bay #4348AB

Tints of Governor Bay #4348AB

Color information

#4348AB (or 0x4348AB) is unknown color: approx Governor Bay. HEX triplet: 43, 48 and AB. RGB value is (67,72,171). Sum of RGB (Red+Green+Blue) = 67+72+171=310 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.61% from 310); Green value is 72 (28.52% from 255 or 23.23% from 310); Blue value is 171 (67.19% from 255 or 55.16% from 310); Max value from RGB is 171 - color contains mainly: blue. Hex color #4348AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4348AB is #BCB754. Grayscale: #515151. Windows color (decimal): -12367701 or 11225155. OLE color: 11225155.

HSL color Cylindrical-coordinate representation of color #4348AB: hue angle of 237.12º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4348AB is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6772171-
CMYK0.610.5800.33
HSL237.12º43.7%46.67%-
HSV(B)237.12º60.82%67.06%-
XYZ11.988.7739.59-
YUV81.79178.34117.45-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.61%
GREEN value IS 72 (28.52% from 255) = 23.23%
BLUE value IS 171 (67.19% from 255) = 55.16%
R=21.61%
G=23.23%
B=55.16%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal67721710.610.5800.33237.1243.746.67
Hex4348AB3D3A021ed2c2f
Octal10311025375720413555457
Binary1000011100100010101011111101111010010000111101101101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4348AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4348AB; }

 p { color: rgb(67,72,171); }

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

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

 a { background-color: rgb(67,72,171); }

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

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

 span { border-color: rgb(67,72,171); }

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