Html Css Color HEX #255A65 Chathams Blue

📋 copy color: '#255A65'

red 37 ◦ green 90 ◦ blue 101

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

Shades of Chathams Blue #255A65

Tints of Chathams Blue #255A65

RGB

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

 GREEN value IS 90 (35.55% from 255) = 39.47%

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

R = 16.23%
G = 39.47%
B = 44.3%

CMYK

 C value IS 0.63

 M value IS 0.11

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#255A65 (or 0x255A65) is known color: Chathams Blue. HEX triplet: 25, 5A and 65. RGB value is (37,90,101). Sum of RGB (Red+Green+Blue) = 37+90+101=228 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.23% from 228); Green value is 90 (35.55% from 255 or 39.47% from 228); Blue value is 101 (39.84% from 255 or 44.30% from 228); Max value from RGB is 101 - color contains mainly: blue. Hex color #255A65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255A65 is #DAA59A. Grayscale: #4B4B4B. Windows color (decimal): -14329243 or 6642213. OLE color: 6642213.

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

Color convert

RGB 37 90 101 -
CMYK 0.63 0.11 0 0.60
HSL 190.31º 0.46% 0.27% -
HSV(B) 190.31º 0.63% 0.4% -
XYZ 6.77 8.65 13.62 -
YUV 75.41 142.44 100.61 -
System Red Green Blue C M Y K H S L
Decimal 37 90 101 0.63 0.11 0 0.60 190.31 0.46 0.27
Hex 25 5A 65 3F B 0 3C BE 2E 1B
Octal 45 132 145 77 13 0 74 276 56 33
Binary 100101 1011010 1100101 111111 1011 0 111100 10111110 101110 11011

Color Harmonies of #255A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255A65

Black with #255A65

Text Example


Text Example

White with #255A65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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