Html Css Color HEX #26506E Chathams Blue

📋 copy color: '#26506E'

red 38 ◦ green 80 ◦ blue 110

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

Shades of Chathams Blue #26506E

Tints of Chathams Blue #26506E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 35.09%

 BLUE value IS 110 (43.36% from 255) = 48.25%

R = 16.67%
G = 35.09%
B = 48.25%

CMYK

 C value IS 0.65

 M value IS 0.27

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#26506E (or 0x26506E) is known color: Chathams Blue. HEX triplet: 26, 50 and 6E. RGB value is (38,80,110). Sum of RGB (Red+Green+Blue) = 38+80+110=228 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.67% from 228); Green value is 80 (31.64% from 255 or 35.09% from 228); Blue value is 110 (43.36% from 255 or 48.25% from 228); Max value from RGB is 110 - color contains mainly: blue. Hex color #26506E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26506E is #D9AF91. Grayscale: #464646. Windows color (decimal): -14266258 or 7229478. OLE color: 7229478.

HSL color Cylindrical-coordinate representation of color #26506E: hue angle of 205º degrees, saturation: 0.49, 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 #26506E is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 38 80 110 -
CMYK 0.65 0.27 0 0.57
HSL 205º 0.49% 0.29% -
HSV(B) 205º 0.65% 0.43% -
XYZ 6.48 7.28 15.81 -
YUV 70.86 150.09 104.56 -
System Red Green Blue C M Y K H S L
Decimal 38 80 110 0.65 0.27 0 0.57 205 0.49 0.29
Hex 26 50 6E 41 1B 0 39 CD 31 1D
Octal 46 120 156 101 33 0 71 315 61 35
Binary 100110 1010000 1101110 1000001 11011 0 111001 11001101 110001 11101

Color Harmonies of #26506E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26506E

Black with #26506E

Text Example


Text Example

White with #26506E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26506E; }

 p { color: rgb(38,80,110); }

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

background-color css

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

 a { background-color: rgb(38,80,110); }

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

border-color css

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

 span { border-color: rgb(38,80,110); }

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