#265369

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

Shades of Chathams Blue #265369

Tints of Chathams Blue #265369

Color information

#265369 (or 0x265369) is unknown color: approx Chathams Blue. HEX triplet: 26, 53 and 69. RGB value is (38,83,105). Sum of RGB (Red+Green+Blue) = 38+83+105=226 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.81% from 226); Green value is 83 (32.81% from 255 or 36.73% from 226); Blue value is 105 (41.41% from 255 or 46.46% from 226); Max value from RGB is 105 - color contains mainly: blue. Hex color #265369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265369 is #D9AC96. Grayscale: #474747. Windows color (decimal): -14265495 or 6902566. OLE color: 6902566.

HSL color Cylindrical-coordinate representation of color #265369: hue angle of 199.7º 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 #265369 is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3883105-
CMYK0.640.2100.59
HSL199.7º46.85%28.04%-
HSV(B)199.7º63.81%41.18%-
XYZ6.447.6214.5-
YUV72.05146.59103.71-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.81%
GREEN value IS 83 (32.81% from 255) = 36.73%
BLUE value IS 105 (41.41% from 255) = 46.46%
R=16.81%
G=36.73%
B=46.46%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal38831050.640.2100.59199.746.8528.04
Hex265369401503Bc82f1c
Octal46123151100250733105734
Binary1001101010011110100110000001010101110111100100010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265369; }

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

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

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

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

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

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

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

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