#265270

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

Shades of Chathams Blue #265270

Tints of Chathams Blue #265270

Color information

#265270 (or 0x265270) is unknown color: approx Chathams Blue. HEX triplet: 26, 52 and 70. RGB value is (38,82,112). Sum of RGB (Red+Green+Blue) = 38+82+112=232 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.38% from 232); Green value is 82 (32.42% from 255 or 35.34% from 232); Blue value is 112 (44.14% from 255 or 48.28% from 232); Max value from RGB is 112 - color contains mainly: blue. Hex color #265270 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265270 is #D9AD8F. Grayscale: #484848. Windows color (decimal): -14265744 or 7361062. OLE color: 7361062.

HSL color Cylindrical-coordinate representation of color #265270: hue angle of 204.32º 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 #265270 is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3882112-
CMYK0.660.2700.56
HSL204.32º49.33%29.41%-
HSV(B)204.32º66.07%43.92%-
XYZ6.747.6216.44-
YUV72.26150.42103.56-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.38%
GREEN value IS 82 (32.42% from 255) = 35.34%
BLUE value IS 112 (44.14% from 255) = 48.28%
R=16.38%
G=35.34%
B=48.28%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal38821120.660.2700.56204.3249.3329.41
Hex265270421B038cc311d
Octal46122160102330703146135
Binary1001101010010111000010000101101101110001100110011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265270; }

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

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

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

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

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

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

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

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