#265370

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

Shades of Chathams Blue #265370

Tints of Chathams Blue #265370

Color information

#265370 (or 0x265370) is unknown color: approx Chathams Blue. HEX triplet: 26, 53 and 70. RGB value is (38,83,112). Sum of RGB (Red+Green+Blue) = 38+83+112=233 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.31% from 233); Green value is 83 (32.81% from 255 or 35.62% from 233); Blue value is 112 (44.14% from 255 or 48.07% from 233); Max value from RGB is 112 - color contains mainly: blue. Hex color #265370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265370 is #D9AC8F. Grayscale: #484848. Windows color (decimal): -14265488 or 7361318. OLE color: 7361318.

HSL color Cylindrical-coordinate representation of color #265370: hue angle of 203.51º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #265370 is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3883112-
CMYK0.660.2600.56
HSL203.51º49.33%29.41%-
HSV(B)203.51º66.07%43.92%-
XYZ6.827.7716.47-
YUV72.85150.09103.14-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.31%
GREEN value IS 83 (32.81% from 255) = 35.62%
BLUE value IS 112 (44.14% from 255) = 48.07%
R=16.31%
G=35.62%
B=48.07%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal38831120.660.2600.56203.5149.3329.41
Hex265370421A038cc311d
Octal46123160102320703146135
Binary1001101010011111000010000101101001110001100110011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265370; }

 p { color: rgb(38,83,112); }

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

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

 a { background-color: rgb(38,83,112); }

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

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

 span { border-color: rgb(38,83,112); }

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