Html Css Color HEX #265E6E Chathams Blue

📋 copy color: '#265E6E'

red 38 ◦ green 94 ◦ blue 110

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

Shades of Chathams Blue #265E6E

Tints of Chathams Blue #265E6E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 38.84%

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

R = 15.7%
G = 38.84%
B = 45.45%

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

#265E6E (or 0x265E6E) is known color: Chathams Blue. HEX triplet: 26, 5E and 6E. RGB value is (38,94,110). Sum of RGB (Red+Green+Blue) = 38+94+110=242 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.70% from 242); Green value is 94 (37.11% from 255 or 38.84% from 242); Blue value is 110 (43.36% from 255 or 45.45% from 242); Max value from RGB is 110 - color contains mainly: blue. Hex color #265E6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265E6E is #D9A191. Grayscale: #4E4E4E. Windows color (decimal): -14262674 or 7233062. OLE color: 7233062.

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

Color convert

RGB 38 94 110 -
CMYK 0.65 0.15 0 0.57
HSL 193.33º 0.49% 0.29% -
HSV(B) 193.33º 0.65% 0.43% -
XYZ 7.62 9.54 16.19 -
YUV 79.08 145.45 98.7 -
System Red Green Blue C M Y K H S L
Decimal 38 94 110 0.65 0.15 0 0.57 193.33 0.49 0.29
Hex 26 5E 6E 41 F 0 39 C1 31 1D
Octal 46 136 156 101 17 0 71 301 61 35
Binary 100110 1011110 1101110 1000001 1111 0 111001 11000001 110001 11101

Color Harmonies of #265E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265E6E

Black with #265E6E

Text Example


Text Example

White with #265E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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