Html Css Color HEX #265C6E Chathams Blue

📋 copy color: '#265C6E'

red 38 ◦ green 92 ◦ blue 110

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

Shades of Chathams Blue #265C6E

Tints of Chathams Blue #265C6E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 38.33%

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

R = 15.83%
G = 38.33%
B = 45.83%

CMYK

 C value IS 0.65

 M value IS 0.16

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#265C6E (or 0x265C6E) is known color: Chathams Blue. HEX triplet: 26, 5C and 6E. RGB value is (38,92,110). Sum of RGB (Red+Green+Blue) = 38+92+110=240 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.83% from 240); Green value is 92 (36.33% from 255 or 38.33% from 240); Blue value is 110 (43.36% from 255 or 45.83% from 240); Max value from RGB is 110 - color contains mainly: blue. Hex color #265C6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265C6E is #D9A391. Grayscale: #4D4D4D. Windows color (decimal): -14263186 or 7232550. OLE color: 7232550.

HSL color Cylindrical-coordinate representation of color #265C6E: hue angle of 195º 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 #265C6E is Cyan = 0.65, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 38 92 110 -
CMYK 0.65 0.16 0 0.57
HSL 195º 0.49% 0.29% -
HSV(B) 195º 0.65% 0.43% -
XYZ 7.44 9.19 16.13 -
YUV 77.91 146.11 99.54 -
System Red Green Blue C M Y K H S L
Decimal 38 92 110 0.65 0.16 0 0.57 195 0.49 0.29
Hex 26 5C 6E 41 10 0 39 C3 31 1D
Octal 46 134 156 101 20 0 71 303 61 35
Binary 100110 1011100 1101110 1000001 10000 0 111001 11000011 110001 11101

Color Harmonies of #265C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265C6E

Black with #265C6E

Text Example


Text Example

White with #265C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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