Html Css Color HEX #265A6D Chathams Blue

📋 copy color: '#265A6D'

red 38 ◦ green 90 ◦ blue 109

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

Shades of Chathams Blue #265A6D

Tints of Chathams Blue #265A6D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 37.97%

 BLUE value IS 109 (42.97% from 255) = 45.99%

R = 16.03%
G = 37.97%
B = 45.99%

CMYK

 C value IS 0.65

 M value IS 0.17

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#265A6D (or 0x265A6D) is known color: Chathams Blue. HEX triplet: 26, 5A and 6D. RGB value is (38,90,109). Sum of RGB (Red+Green+Blue) = 38+90+109=237 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.03% from 237); Green value is 90 (35.55% from 255 or 37.97% from 237); Blue value is 109 (42.97% from 255 or 45.99% from 237); Max value from RGB is 109 - color contains mainly: blue. Hex color #265A6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265A6D is #D9A592. Grayscale: #4C4C4C. Windows color (decimal): -14263699 or 7166502. OLE color: 7166502.

HSL color Cylindrical-coordinate representation of color #265A6D: hue angle of 196.06º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #265A6D is Cyan = 0.65, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 38 90 109 -
CMYK 0.65 0.17 0 0.57
HSL 196.06º 0.48% 0.29% -
HSV(B) 196.06º 0.65% 0.43% -
XYZ 7.22 8.83 15.79 -
YUV 76.62 146.27 100.46 -
System Red Green Blue C M Y K H S L
Decimal 38 90 109 0.65 0.17 0 0.57 196.06 0.48 0.29
Hex 26 5A 6D 41 11 0 39 C4 30 1D
Octal 46 132 155 101 21 0 71 304 60 35
Binary 100110 1011010 1101101 1000001 10001 0 111001 11000100 110000 11101

Color Harmonies of #265A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265A6D

Black with #265A6D

Text Example


Text Example

White with #265A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265A6D; }

 p { color: rgb(38,90,109); }

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

background-color css

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

 a { background-color: rgb(38,90,109); }

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

border-color css

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

 span { border-color: rgb(38,90,109); }

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