Html Css Color HEX #265472 Chathams Blue

📋 copy color: '#265472'

red 38 ◦ green 84 ◦ blue 114

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

Shades of Chathams Blue #265472

Tints of Chathams Blue #265472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 48.31%

R = 16.1%
G = 35.59%
B = 48.31%

CMYK

 C value IS 0.67

 M value IS 0.26

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#265472 (or 0x265472) is known color: Chathams Blue. HEX triplet: 26, 54 and 72. RGB value is (38,84,114). Sum of RGB (Red+Green+Blue) = 38+84+114=236 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.10% from 236); Green value is 84 (33.20% from 255 or 35.59% from 236); Blue value is 114 (44.92% from 255 or 48.31% from 236); Max value from RGB is 114 - color contains mainly: blue. Hex color #265472 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265472 is #D9AB8D. Grayscale: #494949. Windows color (decimal): -14265230 or 7492646. OLE color: 7492646.

HSL color Cylindrical-coordinate representation of color #265472: hue angle of 203.68º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #265472 is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 38 84 114 -
CMYK 0.67 0.26 0 0.55
HSL 203.68º 0.5% 0.3% -
HSV(B) 203.68º 0.67% 0.45% -
XYZ 7.01 7.97 17.09 -
YUV 73.67 150.76 102.56 -
System Red Green Blue C M Y K H S L
Decimal 38 84 114 0.67 0.26 0 0.55 203.68 0.5 0.3
Hex 26 54 72 43 1A 0 37 CC 32 1E
Octal 46 124 162 103 32 0 67 314 62 36
Binary 100110 1010100 1110010 1000011 11010 0 110111 11001100 110010 11110

Color Harmonies of #265472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265472

Black with #265472

Text Example


Text Example

White with #265472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265472; }

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

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

background-color css

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

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

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

border-color css

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

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

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