#4348AE

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

Shades of Governor Bay #4348AE

Tints of Governor Bay #4348AE

Color information

#4348AE (or 0x4348AE) is unknown color: approx Governor Bay. HEX triplet: 43, 48 and AE. RGB value is (67,72,174). Sum of RGB (Red+Green+Blue) = 67+72+174=313 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.41% from 313); Green value is 72 (28.52% from 255 or 23.00% from 313); Blue value is 174 (68.36% from 255 or 55.59% from 313); Max value from RGB is 174 - color contains mainly: blue. Hex color #4348AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4348AE is #BCB751. Grayscale: #515151. Windows color (decimal): -12367698 or 11421763. OLE color: 11421763.

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

Color convert

RGB6772174-
CMYK0.610.5900.32
HSL237.2º44.4%47.25%-
HSV(B)237.2º61.49%68.24%-
XYZ12.278.8841.11-
YUV82.13179.84117.21-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.41%
GREEN value IS 72 (28.52% from 255) = 23.00%
BLUE value IS 174 (68.36% from 255) = 55.59%
R=21.41%
G=23.00%
B=55.59%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal67721740.610.5900.32237.244.447.25
Hex4348AE3D3B020ed2c2f
Octal10311025675730403555457
Binary1000011100100010101110111101111011010000011101101101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4348AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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