#255668

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

Shades of Chathams Blue #255668

Tints of Chathams Blue #255668

Color information

#255668 (or 0x255668) is unknown color: approx Chathams Blue. HEX triplet: 25, 56 and 68. RGB value is (37,86,104). Sum of RGB (Red+Green+Blue) = 37+86+104=227 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.30% from 227); Green value is 86 (33.98% from 255 or 37.89% from 227); Blue value is 104 (41.02% from 255 or 45.81% from 227); Max value from RGB is 104 - color contains mainly: blue. Hex color #255668 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255668 is #DAA997. Grayscale: #494949. Windows color (decimal): -14330264 or 6837797. OLE color: 6837797.

HSL color Cylindrical-coordinate representation of color #255668: hue angle of 196.12º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #255668 is Cyan = 0.64, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3786104-
CMYK0.640.1700.59
HSL196.12º47.52%27.65%-
HSV(B)196.12º64.42%40.78%-
XYZ6.598.0514.3-
YUV73.4145.27102.04-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.30%
GREEN value IS 86 (33.98% from 255) = 37.89%
BLUE value IS 104 (41.02% from 255) = 45.81%
R=16.30%
G=37.89%
B=45.81%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal37861040.640.1700.59196.1247.5227.65
Hex255668401103Bc4301c
Octal45126150100210733046034
Binary1001011010110110100010000001000101110111100010011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255668; }

 p { color: rgb(37,86,104); }

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

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

 a { background-color: rgb(37,86,104); }

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

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

 span { border-color: rgb(37,86,104); }

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