#305565

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

Shades of Chathams Blue #305565

Tints of Chathams Blue #305565

Color information

#305565 (or 0x305565) is unknown color: approx Chathams Blue. HEX triplet: 30, 55 and 65. RGB value is (48,85,101). Sum of RGB (Red+Green+Blue) = 48+85+101=234 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.51% from 234); Green value is 85 (33.59% from 255 or 36.32% from 234); Blue value is 101 (39.84% from 255 or 43.16% from 234); Max value from RGB is 101 - color contains mainly: blue. Hex color #305565 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305565 is #CFAA9A. Grayscale: #4B4B4B. Windows color (decimal): -13609627 or 6640944. OLE color: 6640944.

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

Color convert

RGB4885101-
CMYK0.520.1600.60
HSL198.11º35.57%29.22%-
HSV(B)198.11º52.48%39.61%-
XYZ6.828.0613.51-
YUV75.76142.24108.2-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.51%
GREEN value IS 85 (33.59% from 255) = 36.32%
BLUE value IS 101 (39.84% from 255) = 43.16%
R=20.51%
G=36.32%
B=43.16%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal48851010.520.1600.60198.1135.5729.22
Hex305565341003Cc6241d
Octal6012514564200743064435
Binary110000101010111001011101001000001111001100011010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305565; }

 p { color: rgb(48,85,101); }

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

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

 a { background-color: rgb(48,85,101); }

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

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

 span { border-color: rgb(48,85,101); }

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