Html Css Color HEX #265D6E Chathams Blue

📋 copy color: '#265D6E'

red 38 ◦ green 93 ◦ blue 110

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

Shades of Chathams Blue #265D6E

Tints of Chathams Blue #265D6E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 38.59%

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

R = 15.77%
G = 38.59%
B = 45.64%

CMYK

 C value IS 0.65

 M value IS 0.15

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#265D6E (or 0x265D6E) is known color: Chathams Blue. HEX triplet: 26, 5D and 6E. RGB value is (38,93,110). Sum of RGB (Red+Green+Blue) = 38+93+110=241 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.77% from 241); Green value is 93 (36.72% from 255 or 38.59% from 241); Blue value is 110 (43.36% from 255 or 45.64% from 241); Max value from RGB is 110 - color contains mainly: blue. Hex color #265D6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265D6E is #D9A291. Grayscale: #4E4E4E. Windows color (decimal): -14262930 or 7232806. OLE color: 7232806.

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

Color convert

RGB 38 93 110 -
CMYK 0.65 0.15 0 0.57
HSL 194.17º 0.49% 0.29% -
HSV(B) 194.17º 0.65% 0.43% -
XYZ 7.53 9.37 16.16 -
YUV 78.49 145.78 99.12 -
System Red Green Blue C M Y K H S L
Decimal 38 93 110 0.65 0.15 0 0.57 194.17 0.49 0.29
Hex 26 5D 6E 41 F 0 39 C2 31 1D
Octal 46 135 156 101 17 0 71 302 61 35
Binary 100110 1011101 1101110 1000001 1111 0 111001 11000010 110001 11101

Color Harmonies of #265D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265D6E

Black with #265D6E

Text Example


Text Example

White with #265D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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