#265864

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

Shades of Chathams Blue #265864

Tints of Chathams Blue #265864

Color information

#265864 (or 0x265864) is unknown color: approx Chathams Blue. HEX triplet: 26, 58 and 64. RGB value is (38,88,100). Sum of RGB (Red+Green+Blue) = 38+88+100=226 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.81% from 226); Green value is 88 (34.77% from 255 or 38.94% from 226); Blue value is 100 (39.45% from 255 or 44.25% from 226); Max value from RGB is 100 - color contains mainly: blue. Hex color #265864 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265864 is #D9A79B. Grayscale: #4A4A4A. Windows color (decimal): -14264220 or 6576166. OLE color: 6576166.

HSL color Cylindrical-coordinate representation of color #265864: hue angle of 191.61º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #265864 is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB3888100-
CMYK0.620.1200.61
HSL191.61º44.93%27.06%-
HSV(B)191.61º62%39.22%-
XYZ6.598.3113.31-
YUV74.42142.44102.02-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.81%
GREEN value IS 88 (34.77% from 255) = 38.94%
BLUE value IS 100 (39.45% from 255) = 44.25%
R=16.81%
G=38.94%
B=44.25%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal38881000.620.1200.61191.6144.9327.06
Hex2658643EC03Dc02d1b
Octal4613014476140753005533
Binary10011010110001100100111110110001111011100000010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265864; }

 p { color: rgb(38,88,100); }

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

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

 a { background-color: rgb(38,88,100); }

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

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

 span { border-color: rgb(38,88,100); }

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