#265A68

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

Shades of Chathams Blue #265A68

Tints of Chathams Blue #265A68

Color information

#265A68 (or 0x265A68) is unknown color: approx Chathams Blue. HEX triplet: 26, 5A and 68. RGB value is (38,90,104). Sum of RGB (Red+Green+Blue) = 38+90+104=232 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.38% from 232); Green value is 90 (35.55% from 255 or 38.79% from 232); Blue value is 104 (41.02% from 255 or 44.83% from 232); Max value from RGB is 104 - color contains mainly: blue. Hex color #265A68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265A68 is #D9A597. Grayscale: #4B4B4B. Windows color (decimal): -14263704 or 6838822. OLE color: 6838822.

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

Color convert

RGB3890104-
CMYK0.630.1300.59
HSL192.73º46.48%27.84%-
HSV(B)192.73º63.46%40.78%-
XYZ6.958.7214.41-
YUV76.05143.77100.86-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.38%
GREEN value IS 90 (35.55% from 255) = 38.79%
BLUE value IS 104 (41.02% from 255) = 44.83%
R=16.38%
G=38.79%
B=44.83%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal38901040.630.1300.59192.7346.4827.84
Hex265A683FD03Bc12e1c
Octal4613215077150733015634
Binary10011010110101101000111111110101110111100000110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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