#265C69

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

Shades of Chathams Blue #265C69

Tints of Chathams Blue #265C69

Color information

#265C69 (or 0x265C69) is unknown color: approx Chathams Blue. HEX triplet: 26, 5C and 69. RGB value is (38,92,105). Sum of RGB (Red+Green+Blue) = 38+92+105=235 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.17% from 235); Green value is 92 (36.33% from 255 or 39.15% from 235); Blue value is 105 (41.41% from 255 or 44.68% from 235); Max value from RGB is 105 - color contains mainly: blue. Hex color #265C69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265C69 is #D9A396. Grayscale: #4D4D4D. Windows color (decimal): -14263191 or 6904870. OLE color: 6904870.

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

Color convert

RGB3892105-
CMYK0.640.1200.59
HSL191.64º46.85%28.04%-
HSV(B)191.64º63.81%41.18%-
XYZ7.189.0914.74-
YUV77.34143.6199.94-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.17%
GREEN value IS 92 (36.33% from 255) = 39.15%
BLUE value IS 105 (41.41% from 255) = 44.68%
R=16.17%
G=39.15%
B=44.68%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal38921050.640.1200.59191.6446.8528.04
Hex265C6940C03Bc02f1c
Octal46134151100140733005734
Binary100110101110011010011000000110001110111100000010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,92,105); }

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

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

 a { background-color: rgb(38,92,105); }

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

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

 span { border-color: rgb(38,92,105); }

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