#305268

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

Shades of Chathams Blue #305268

Tints of Chathams Blue #305268

Color information

#305268 (or 0x305268) is unknown color: approx Chathams Blue. HEX triplet: 30, 52 and 68. RGB value is (48,82,104). Sum of RGB (Red+Green+Blue) = 48+82+104=234 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.51% from 234); Green value is 82 (32.42% from 255 or 35.04% from 234); Blue value is 104 (41.02% from 255 or 44.44% from 234); Max value from RGB is 104 - color contains mainly: blue. Hex color #305268 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305268 is #CFAD97. Grayscale: #4A4A4A. Windows color (decimal): -13610392 or 6836784. OLE color: 6836784.

HSL color Cylindrical-coordinate representation of color #305268: hue angle of 203.57º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #305268 is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4882104-
CMYK0.540.2100.59
HSL203.57º36.84%29.8%-
HSV(B)203.57º53.85%40.78%-
XYZ6.737.6614.22-
YUV74.34144.74109.21-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.51%
GREEN value IS 82 (32.42% from 255) = 35.04%
BLUE value IS 104 (41.02% from 255) = 44.44%
R=20.51%
G=35.04%
B=44.44%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal48821040.540.2100.59203.5736.8429.8
Hex305268361503Bcc251e
Octal6012215066250733144536
Binary110000101001011010001101101010101110111100110010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305268; }

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

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

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

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

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

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

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

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