Html Css Color HEX #265571 Chathams Blue

📋 copy color: '#265571'

red 38 ◦ green 85 ◦ blue 113

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

Shades of Chathams Blue #265571

Tints of Chathams Blue #265571

RGB

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

 GREEN value IS 85 (33.59% from 255) = 36.02%

 BLUE value IS 113 (44.53% from 255) = 47.88%

R = 16.1%
G = 36.02%
B = 47.88%

CMYK

 C value IS 0.66

 M value IS 0.25

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#265571 (or 0x265571) is known color: Chathams Blue. HEX triplet: 26, 55 and 71. RGB value is (38,85,113). Sum of RGB (Red+Green+Blue) = 38+85+113=236 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.10% from 236); Green value is 85 (33.59% from 255 or 36.02% from 236); Blue value is 113 (44.53% from 255 or 47.88% from 236); Max value from RGB is 113 - color contains mainly: blue. Hex color #265571 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265571 is #D9AA8E. Grayscale: #494949. Windows color (decimal): -14264975 or 7427366. OLE color: 7427366.

HSL color Cylindrical-coordinate representation of color #265571: hue angle of 202.4º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #265571 is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 38 85 113 -
CMYK 0.66 0.25 0 0.56
HSL 202.4º 0.5% 0.3% -
HSV(B) 202.4º 0.66% 0.44% -
XYZ 7.03 8.1 16.82 -
YUV 74.14 149.93 102.22 -
System Red Green Blue C M Y K H S L
Decimal 38 85 113 0.66 0.25 0 0.56 202.4 0.5 0.3
Hex 26 55 71 42 19 0 38 CA 32 1E
Octal 46 125 161 102 31 0 70 312 62 36
Binary 100110 1010101 1110001 1000010 11001 0 111000 11001010 110010 11110

Color Harmonies of #265571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265571

Black with #265571

Text Example


Text Example

White with #265571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265571; }

 p { color: rgb(38,85,113); }

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

background-color css

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

 a { background-color: rgb(38,85,113); }

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

border-color css

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

 span { border-color: rgb(38,85,113); }

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