Html Css Color HEX #265971 Chathams Blue

📋 copy color: '#265971'

red 38 ◦ green 89 ◦ blue 113

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

Shades of Chathams Blue #265971

Tints of Chathams Blue #265971

RGB

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

 GREEN value IS 89 (35.16% from 255) = 37.08%

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

R = 15.83%
G = 37.08%
B = 47.08%

CMYK

 C value IS 0.66

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#265971 (or 0x265971) is known color: Chathams Blue. HEX triplet: 26, 59 and 71. RGB value is (38,89,113). Sum of RGB (Red+Green+Blue) = 38+89+113=240 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.83% from 240); Green value is 89 (35.16% from 255 or 37.08% from 240); Blue value is 113 (44.53% from 255 or 47.08% from 240); Max value from RGB is 113 - color contains mainly: blue. Hex color #265971 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265971 is #D9A68E. Grayscale: #4C4C4C. Windows color (decimal): -14263951 or 7428390. OLE color: 7428390.

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

Color convert

RGB 38 89 113 -
CMYK 0.66 0.21 0 0.56
HSL 199.2º 0.5% 0.3% -
HSV(B) 199.2º 0.66% 0.44% -
XYZ 7.35 8.75 16.92 -
YUV 76.49 148.6 100.55 -
System Red Green Blue C M Y K H S L
Decimal 38 89 113 0.66 0.21 0 0.56 199.2 0.5 0.3
Hex 26 59 71 42 15 0 38 C7 32 1E
Octal 46 131 161 102 25 0 70 307 62 36
Binary 100110 1011001 1110001 1000010 10101 0 111000 11000111 110010 11110

Color Harmonies of #265971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265971

Black with #265971

Text Example


Text Example

White with #265971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265971; }

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

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

background-color css

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

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

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

border-color css

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

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

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