Html Css Color HEX #255B65 Chathams Blue

📋 copy color: '#255B65'

red 37 ◦ green 91 ◦ blue 101

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

Shades of Chathams Blue #255B65

Tints of Chathams Blue #255B65

RGB

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

 GREEN value IS 91 (35.94% from 255) = 39.74%

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

R = 16.16%
G = 39.74%
B = 44.1%

CMYK

 C value IS 0.63

 M value IS 0.10

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#255B65 (or 0x255B65) is known color: Chathams Blue. HEX triplet: 25, 5B and 65. RGB value is (37,91,101). Sum of RGB (Red+Green+Blue) = 37+91+101=229 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.16% from 229); Green value is 91 (35.94% from 255 or 39.74% from 229); Blue value is 101 (39.84% from 255 or 44.10% from 229); Max value from RGB is 101 - color contains mainly: blue. Hex color #255B65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255B65 is #DAA49A. Grayscale: #4B4B4B. Windows color (decimal): -14328987 or 6642469. OLE color: 6642469.

HSL color Cylindrical-coordinate representation of color #255B65: hue angle of 189.38º 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 #255B65 is Cyan = 0.63, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 37 91 101 -
CMYK 0.63 0.10 0 0.60
HSL 189.38º 0.46% 0.27% -
HSV(B) 189.38º 0.63% 0.4% -
XYZ 6.85 8.82 13.65 -
YUV 75.99 142.11 100.19 -
System Red Green Blue C M Y K H S L
Decimal 37 91 101 0.63 0.10 0 0.60 189.38 0.46 0.27
Hex 25 5B 65 3F A 0 3C BD 2E 1B
Octal 45 133 145 77 12 0 74 275 56 33
Binary 100101 1011011 1100101 111111 1010 0 111100 10111101 101110 11011

Color Harmonies of #255B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255B65

Black with #255B65

Text Example


Text Example

White with #255B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255B65; }

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

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

background-color css

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

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

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

border-color css

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

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

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