Html Css Color HEX #255965 Chathams Blue

📋 copy color: '#255965'

red 37 ◦ green 89 ◦ blue 101

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

Shades of Chathams Blue #255965

Tints of Chathams Blue #255965

RGB

 RED value IS 37 (14.84% from 255) = 16.3%

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

 BLUE value IS 101 (39.84% from 255) = 44.49%

R = 16.3%
G = 39.21%
B = 44.49%

CMYK

 C value IS 0.63

 M value IS 0.12

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#255965 (or 0x255965) is known color: Chathams Blue. HEX triplet: 25, 59 and 65. RGB value is (37,89,101). Sum of RGB (Red+Green+Blue) = 37+89+101=227 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.30% from 227); Green value is 89 (35.16% from 255 or 39.21% from 227); Blue value is 101 (39.84% from 255 or 44.49% from 227); Max value from RGB is 101 - color contains mainly: blue. Hex color #255965 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255965 is #DAA69A. Grayscale: #4A4A4A. Windows color (decimal): -14329499 or 6641957. OLE color: 6641957.

HSL color Cylindrical-coordinate representation of color #255965: hue angle of 191.25º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #255965 is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 37 89 101 -
CMYK 0.63 0.12 0 0.60
HSL 191.25º 0.46% 0.27% -
HSV(B) 191.25º 0.63% 0.4% -
XYZ 6.68 8.48 13.6 -
YUV 74.82 142.77 101.02 -
System Red Green Blue C M Y K H S L
Decimal 37 89 101 0.63 0.12 0 0.60 191.25 0.46 0.27
Hex 25 59 65 3F C 0 3C BF 2E 1B
Octal 45 131 145 77 14 0 74 277 56 33
Binary 100101 1011001 1100101 111111 1100 0 111100 10111111 101110 11011

Color Harmonies of #255965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255965

Black with #255965

Text Example


Text Example

White with #255965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255965; }

 p { color: rgb(37,89,101); }

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

background-color css

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

 a { background-color: rgb(37,89,101); }

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

border-color css

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

 span { border-color: rgb(37,89,101); }

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