Html Css Color HEX #265962 Chathams Blue

📋 copy color: '#265962'

red 38 ◦ green 89 ◦ blue 98

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

Shades of Chathams Blue #265962

Tints of Chathams Blue #265962

RGB

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

 GREEN value IS 89 (35.16% from 255) = 39.56%

 BLUE value IS 98 (38.67% from 255) = 43.56%

R = 16.89%
G = 39.56%
B = 43.56%

CMYK

 C value IS 0.61

 M value IS 0.09

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#265962 (or 0x265962) is known color: Chathams Blue. HEX triplet: 26, 59 and 62. RGB value is (38,89,98). Sum of RGB (Red+Green+Blue) = 38+89+98=225 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.89% from 225); Green value is 89 (35.16% from 255 or 39.56% from 225); Blue value is 98 (38.67% from 255 or 43.56% from 225); Max value from RGB is 98 - color contains mainly: blue. Hex color #265962 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265962 is #D9A69D. Grayscale: #4A4A4A. Windows color (decimal): -14263966 or 6445350. OLE color: 6445350.

HSL color Cylindrical-coordinate representation of color #265962: hue angle of 189º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #265962 is Cyan = 0.61, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 38 89 98 -
CMYK 0.61 0.09 0 0.62
HSL 189º 0.44% 0.27% -
HSV(B) 189º 0.61% 0.38% -
XYZ 6.58 8.44 12.84 -
YUV 74.78 141.1 101.77 -
System Red Green Blue C M Y K H S L
Decimal 38 89 98 0.61 0.09 0 0.62 189 0.44 0.27
Hex 26 59 62 3D 9 0 3E BD 2C 1B
Octal 46 131 142 75 11 0 76 275 54 33
Binary 100110 1011001 1100010 111101 1001 0 111110 10111101 101100 11011

Color Harmonies of #265962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265962

Black with #265962

Text Example


Text Example

White with #265962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265962; }

 p { color: rgb(38,89,98); }

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

background-color css

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

 a { background-color: rgb(38,89,98); }

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

border-color css

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

 span { border-color: rgb(38,89,98); }

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