Html Css Color HEX #265471 Chathams Blue

📋 copy color: '#265471'

red 38 ◦ green 84 ◦ blue 113

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

Shades of Chathams Blue #265471

Tints of Chathams Blue #265471

RGB

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

 GREEN value IS 84 (33.2% from 255) = 35.74%

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

R = 16.17%
G = 35.74%
B = 48.09%

CMYK

 C value IS 0.66

 M value IS 0.26

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#265471 (or 0x265471) is known color: Chathams Blue. HEX triplet: 26, 54 and 71. RGB value is (38,84,113). Sum of RGB (Red+Green+Blue) = 38+84+113=235 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.17% from 235); Green value is 84 (33.20% from 255 or 35.74% from 235); Blue value is 113 (44.53% from 255 or 48.09% from 235); Max value from RGB is 113 - color contains mainly: blue. Hex color #265471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265471 is #D9AB8E. Grayscale: #494949. Windows color (decimal): -14265231 or 7427110. OLE color: 7427110.

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

Color convert

RGB 38 84 113 -
CMYK 0.66 0.26 0 0.56
HSL 203.2º 0.5% 0.3% -
HSV(B) 203.2º 0.66% 0.44% -
XYZ 6.95 7.94 16.79 -
YUV 73.55 150.26 102.64 -
System Red Green Blue C M Y K H S L
Decimal 38 84 113 0.66 0.26 0 0.56 203.2 0.5 0.3
Hex 26 54 71 42 1A 0 38 CB 32 1E
Octal 46 124 161 102 32 0 70 313 62 36
Binary 100110 1010100 1110001 1000010 11010 0 111000 11001011 110010 11110

Color Harmonies of #265471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265471

Black with #265471

Text Example


Text Example

White with #265471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265471; }

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

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

background-color css

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

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

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

border-color css

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

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

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