Html Css Color HEX #265570 Chathams Blue

📋 copy color: '#265570'

red 38 ◦ green 85 ◦ blue 112

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

Shades of Chathams Blue #265570

Tints of Chathams Blue #265570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 47.66%

R = 16.17%
G = 36.17%
B = 47.66%

CMYK

 C value IS 0.66

 M value IS 0.24

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#265570 (or 0x265570) is known color: Chathams Blue. HEX triplet: 26, 55 and 70. RGB value is (38,85,112). Sum of RGB (Red+Green+Blue) = 38+85+112=235 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.17% from 235); Green value is 85 (33.59% from 255 or 36.17% from 235); Blue value is 112 (44.14% from 255 or 47.66% from 235); Max value from RGB is 112 - color contains mainly: blue. Hex color #265570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265570 is #D9AA8F. Grayscale: #494949. Windows color (decimal): -14264976 or 7361830. OLE color: 7361830.

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

Color convert

RGB 38 85 112 -
CMYK 0.66 0.24 0 0.56
HSL 201.89º 0.49% 0.29% -
HSV(B) 201.89º 0.66% 0.44% -
XYZ 6.97 8.08 16.52 -
YUV 74.03 149.43 102.3 -
System Red Green Blue C M Y K H S L
Decimal 38 85 112 0.66 0.24 0 0.56 201.89 0.49 0.29
Hex 26 55 70 42 18 0 38 CA 31 1D
Octal 46 125 160 102 30 0 70 312 61 35
Binary 100110 1010101 1110000 1000010 11000 0 111000 11001010 110001 11101

Color Harmonies of #265570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265570

Black with #265570

Text Example


Text Example

White with #265570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265570; }

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

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

background-color css

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

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

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

border-color css

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

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

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