#305366

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

Shades of Chathams Blue #305366

Tints of Chathams Blue #305366

Color information

#305366 (or 0x305366) is unknown color: approx Chathams Blue. HEX triplet: 30, 53 and 66. RGB value is (48,83,102). Sum of RGB (Red+Green+Blue) = 48+83+102=233 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.60% from 233); Green value is 83 (32.81% from 255 or 35.62% from 233); Blue value is 102 (40.23% from 255 or 43.78% from 233); Max value from RGB is 102 - color contains mainly: blue. Hex color #305366 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305366 is #CFAC99. Grayscale: #4A4A4A. Windows color (decimal): -13610138 or 6705968. OLE color: 6705968.

HSL color Cylindrical-coordinate representation of color #305366: hue angle of 201.11º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #305366 is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB4883102-
CMYK0.530.1900.6
HSL201.11º36%29.41%-
HSV(B)201.11º52.94%40%-
XYZ6.717.7713.72-
YUV74.7143.4108.96-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.60%
GREEN value IS 83 (32.81% from 255) = 35.62%
BLUE value IS 102 (40.23% from 255) = 43.78%
R=20.60%
G=35.62%
B=43.78%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal48831020.530.1900.6201.113629.41
Hex305366351303Cc9241d
Octal6012314665230743114435
Binary110000101001111001101101011001101111001100100110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305366; }

 p { color: rgb(48,83,102); }

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

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

 a { background-color: rgb(48,83,102); }

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

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

 span { border-color: rgb(48,83,102); }

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