#305A73

Color #305A73 Chathams Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chathams Blue #305A73

Tints of Chathams Blue #305A73

Color information

#305A73 (or 0x305A73) is unknown color: approx Chathams Blue. HEX triplet: 30, 5A and 73. RGB value is (48,90,115). Sum of RGB (Red+Green+Blue) = 48+90+115=253 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.97% from 253); Green value is 90 (35.55% from 255 or 35.57% from 253); Blue value is 115 (45.31% from 255 or 45.45% from 253); Max value from RGB is 115 - color contains mainly: blue. Hex color #305A73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305A73 is #CFA58C. Grayscale: #505050. Windows color (decimal): -13608333 or 7559728. OLE color: 7559728.

HSL color Cylindrical-coordinate representation of color #305A73: hue angle of 202.39º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #305A73 is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4890115-
CMYK0.580.2200.55
HSL202.39º41.1%31.96%-
HSV(B)202.39º58.26%45.1%-
XYZ7.979.1817.57-
YUV80.29147.59104.97-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.97%
GREEN value IS 90 (35.55% from 255) = 35.57%
BLUE value IS 115 (45.31% from 255) = 45.45%
R=18.97%
G=35.57%
B=45.45%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48901150.580.2200.55202.3941.131.96
Hex305A733A16037ca2920
Octal6013216372260673125140
Binary1100001011010111001111101010110011011111001010101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305A73; }

 p { color: rgb(48,90,115); }

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

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

 a { background-color: rgb(48,90,115); }

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

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

 span { border-color: rgb(48,90,115); }

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