#265A67

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

Shades of Chathams Blue #265A67

Tints of Chathams Blue #265A67

Color information

#265A67 (or 0x265A67) is unknown color: approx Chathams Blue. HEX triplet: 26, 5A and 67. RGB value is (38,90,103). Sum of RGB (Red+Green+Blue) = 38+90+103=231 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.45% from 231); Green value is 90 (35.55% from 255 or 38.96% from 231); Blue value is 103 (40.62% from 255 or 44.59% from 231); Max value from RGB is 103 - color contains mainly: blue. Hex color #265A67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265A67 is #D9A598. Grayscale: #4B4B4B. Windows color (decimal): -14263705 or 6773286. OLE color: 6773286.

HSL color Cylindrical-coordinate representation of color #265A67: hue angle of 192º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #265A67 is Cyan = 0.63, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3890103-
CMYK0.630.1300.60
HSL192º46.1%27.65%-
HSV(B)192º63.11%40.39%-
XYZ6.98.714.15-
YUV75.93143.27100.94-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.45%
GREEN value IS 90 (35.55% from 255) = 38.96%
BLUE value IS 103 (40.62% from 255) = 44.59%
R=16.45%
G=38.96%
B=44.59%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal38901030.630.1300.6019246.127.65
Hex265A673FD03Cc02e1c
Octal4613214777150743005634
Binary10011010110101100111111111110101111001100000010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265A67; }

 p { color: rgb(38,90,103); }

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

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

 a { background-color: rgb(38,90,103); }

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

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

 span { border-color: rgb(38,90,103); }

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