#423DAF

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

Shades of Governor Bay #423DAF

Tints of Governor Bay #423DAF

Color information

#423DAF (or 0x423DAF) is unknown color: approx Governor Bay. HEX triplet: 42, 3D and AF. RGB value is (66,61,175). Sum of RGB (Red+Green+Blue) = 66+61+175=302 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.85% from 302); Green value is 61 (24.22% from 255 or 20.20% from 302); Blue value is 175 (68.75% from 255 or 57.95% from 302); Max value from RGB is 175 - color contains mainly: blue. Hex color #423DAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423DAF is #BDC250. Grayscale: #4B4B4B. Windows color (decimal): -12436049 or 11484482. OLE color: 11484482.

HSL color Cylindrical-coordinate representation of color #423DAF: hue angle of 242.63º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #423DAF is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6661175-
CMYK0.620.6500.31
HSL242.63º48.31%46.27%-
HSV(B)242.63º65.14%68.63%-
XYZ11.657.5941.41-
YUV75.49184.16121.23-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.85%
GREEN value IS 61 (24.22% from 255) = 20.20%
BLUE value IS 175 (68.75% from 255) = 57.95%
R=21.85%
G=20.20%
B=57.95%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal66611750.620.6500.31242.6348.3146.27
Hex423DAF3E4101Ff3302e
Octal10275257761010373636056
Binary100001011110110101111111110100000101111111110011110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423DAF; }

 p { color: rgb(66,61,175); }

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

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

 a { background-color: rgb(66,61,175); }

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

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

 span { border-color: rgb(66,61,175); }

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