Html Css Color HEX #265270 Chathams Blue

📋 copy color: '#265270'

red 38 ◦ green 82 ◦ blue 112

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

Shades of Chathams Blue #265270

Tints of Chathams Blue #265270

RGB

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

 GREEN value IS 82 (32.42% from 255) = 35.34%

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

R = 16.38%
G = 35.34%
B = 48.28%

CMYK

 C value IS 0.66

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#265270 (or 0x265270) is known color: Chathams Blue. HEX triplet: 26, 52 and 70. RGB value is (38,82,112). Sum of RGB (Red+Green+Blue) = 38+82+112=232 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.38% from 232); Green value is 82 (32.42% from 255 or 35.34% from 232); Blue value is 112 (44.14% from 255 or 48.28% from 232); Max value from RGB is 112 - color contains mainly: blue. Hex color #265270 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265270 is #D9AD8F. Grayscale: #484848. Windows color (decimal): -14265744 or 7361062. OLE color: 7361062.

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

Color convert

RGB 38 82 112 -
CMYK 0.66 0.27 0 0.56
HSL 204.32º 0.49% 0.29% -
HSV(B) 204.32º 0.66% 0.44% -
XYZ 6.74 7.62 16.44 -
YUV 72.26 150.42 103.56 -
System Red Green Blue C M Y K H S L
Decimal 38 82 112 0.66 0.27 0 0.56 204.32 0.49 0.29
Hex 26 52 70 42 1B 0 38 CC 31 1D
Octal 46 122 160 102 33 0 70 314 61 35
Binary 100110 1010010 1110000 1000010 11011 0 111000 11001100 110001 11101

Color Harmonies of #265270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265270

Black with #265270

Text Example


Text Example

White with #265270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265270; }

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

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

background-color css

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

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

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

border-color css

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

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

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