#305266

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

Shades of Chathams Blue #305266

Tints of Chathams Blue #305266

Color information

#305266 (or 0x305266) is unknown color: approx Chathams Blue. HEX triplet: 30, 52 and 66. RGB value is (48,82,102). Sum of RGB (Red+Green+Blue) = 48+82+102=232 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.69% from 232); Green value is 82 (32.42% from 255 or 35.34% from 232); Blue value is 102 (40.23% from 255 or 43.97% from 232); Max value from RGB is 102 - color contains mainly: blue. Hex color #305266 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305266 is #CFAD99. Grayscale: #4A4A4A. Windows color (decimal): -13610394 or 6705712. OLE color: 6705712.

HSL color Cylindrical-coordinate representation of color #305266: hue angle of 202.22º 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 #305266 is Cyan = 0.53, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB4882102-
CMYK0.530.2000.6
HSL202.22º36%29.41%-
HSV(B)202.22º52.94%40%-
XYZ6.637.6213.69-
YUV74.11143.74109.37-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.69%
GREEN value IS 82 (32.42% from 255) = 35.34%
BLUE value IS 102 (40.23% from 255) = 43.97%
R=20.69%
G=35.34%
B=43.97%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal48821020.530.2000.6202.223629.41
Hex305266351403Cca241d
Octal6012214665240743124435
Binary110000101001011001101101011010001111001100101010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305266; }

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

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

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

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

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

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

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

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