Html Css Color HEX #265963 Chathams Blue

📋 copy color: '#265963'

red 38 ◦ green 89 ◦ blue 99

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

Shades of Chathams Blue #265963

Tints of Chathams Blue #265963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 43.81%

R = 16.81%
G = 39.38%
B = 43.81%

CMYK

 C value IS 0.62

 M value IS 0.10

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#265963 (or 0x265963) is known color: Chathams Blue. HEX triplet: 26, 59 and 63. RGB value is (38,89,99). Sum of RGB (Red+Green+Blue) = 38+89+99=226 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.81% from 226); Green value is 89 (35.16% from 255 or 39.38% from 226); Blue value is 99 (39.06% from 255 or 43.81% from 226); Max value from RGB is 99 - color contains mainly: blue. Hex color #265963 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265963 is #D9A69C. Grayscale: #4A4A4A. Windows color (decimal): -14263965 or 6510886. OLE color: 6510886.

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

Color convert

RGB 38 89 99 -
CMYK 0.62 0.10 0 0.61
HSL 189.84º 0.45% 0.27% -
HSV(B) 189.84º 0.62% 0.39% -
XYZ 6.62 8.46 13.09 -
YUV 74.89 141.6 101.69 -
System Red Green Blue C M Y K H S L
Decimal 38 89 99 0.62 0.10 0 0.61 189.84 0.45 0.27
Hex 26 59 63 3E A 0 3D BE 2D 1B
Octal 46 131 143 76 12 0 75 276 55 33
Binary 100110 1011001 1100011 111110 1010 0 111101 10111110 101101 11011

Color Harmonies of #265963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265963

Black with #265963

Text Example


Text Example

White with #265963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265963; }

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

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

background-color css

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

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

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

border-color css

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

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

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