#4341AD

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

Shades of Governor Bay #4341AD

Tints of Governor Bay #4341AD

Color information

#4341AD (or 0x4341AD) is unknown color: approx Governor Bay. HEX triplet: 43, 41 and AD. RGB value is (67,65,173). Sum of RGB (Red+Green+Blue) = 67+65+173=305 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.97% from 305); Green value is 65 (25.78% from 255 or 21.31% from 305); Blue value is 173 (67.97% from 255 or 56.72% from 305); Max value from RGB is 173 - color contains mainly: blue. Hex color #4341AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4341AD is #BCBE52. Grayscale: #4D4D4D. Windows color (decimal): -12369491 or 11354435. OLE color: 11354435.

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

Color convert

RGB6765173-
CMYK0.610.6200.32
HSL241.11º45.38%46.67%-
HSV(B)241.11º62.43%67.84%-
XYZ11.757.9940.46-
YUV77.91181.66120.22-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.97%
GREEN value IS 65 (25.78% from 255) = 21.31%
BLUE value IS 173 (67.97% from 255) = 56.72%
R=21.97%
G=21.31%
B=56.72%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal67651730.610.6200.32241.1145.3846.67
Hex4341AD3D3E020f12d2f
Octal10310125575760403615557
Binary1000011100000110101101111101111110010000011110001101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4341AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4341AD; }

 p { color: rgb(67,65,173); }

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

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

 a { background-color: rgb(67,65,173); }

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

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

 span { border-color: rgb(67,65,173); }

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