Html Css Color HEX #265772 Chathams Blue

📋 copy color: '#265772'

red 38 ◦ green 87 ◦ blue 114

#265772
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chathams Blue #265772

Tints of Chathams Blue #265772

RGB

 RED value IS 38 (15.23% from 255) = 15.9%

 GREEN value IS 87 (34.38% from 255) = 36.4%

 BLUE value IS 114 (44.92% from 255) = 47.7%

R = 15.9%
G = 36.4%
B = 47.7%

CMYK

 C value IS 0.67

 M value IS 0.24

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#265772 (or 0x265772) is known color: Chathams Blue. HEX triplet: 26, 57 and 72. RGB value is (38,87,114). Sum of RGB (Red+Green+Blue) = 38+87+114=239 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.90% from 239); Green value is 87 (34.38% from 255 or 36.40% from 239); Blue value is 114 (44.92% from 255 or 47.70% from 239); Max value from RGB is 114 - color contains mainly: blue. Hex color #265772 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265772 is #D9A88D. Grayscale: #4B4B4B. Windows color (decimal): -14264462 or 7493414. OLE color: 7493414.

HSL color Cylindrical-coordinate representation of color #265772: hue angle of 201.32º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #265772 is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 38 87 114 -
CMYK 0.67 0.24 0 0.55
HSL 201.32º 0.5% 0.3% -
HSV(B) 201.32º 0.67% 0.45% -
XYZ 7.24 8.44 17.17 -
YUV 75.43 149.77 101.3 -
System Red Green Blue C M Y K H S L
Decimal 38 87 114 0.67 0.24 0 0.55 201.32 0.5 0.3
Hex 26 57 72 43 18 0 37 C9 32 1E
Octal 46 127 162 103 30 0 67 311 62 36
Binary 100110 1010111 1110010 1000011 11000 0 110111 11001001 110010 11110

Color Harmonies of #265772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265772

Black with #265772

Text Example


Text Example

White with #265772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265772; }

 p { color: rgb(38,87,114); }

 H1.HeaderClassName
 {
   color: #265772;
 }
 .AnyTagClassName
 {
   color: #265772;
 }
</style>

background-color css

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

 a { background-color: rgb(38,87,114); }

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

border-color css

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

 span { border-color: rgb(38,87,114); }

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