Html Css Color HEX #255A64 Chathams Blue

📋 copy color: '#255A64'

red 37 ◦ green 90 ◦ blue 100

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

Shades of Chathams Blue #255A64

Tints of Chathams Blue #255A64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 44.05%

R = 16.3%
G = 39.65%
B = 44.05%

CMYK

 C value IS 0.63

 M value IS 0.10

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#255A64 (or 0x255A64) is known color: Chathams Blue. HEX triplet: 25, 5A and 64. RGB value is (37,90,100). Sum of RGB (Red+Green+Blue) = 37+90+100=227 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.30% from 227); Green value is 90 (35.55% from 255 or 39.65% from 227); Blue value is 100 (39.45% from 255 or 44.05% from 227); Max value from RGB is 100 - color contains mainly: blue. Hex color #255A64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255A64 is #DAA59B. Grayscale: #4B4B4B. Windows color (decimal): -14329244 or 6576677. OLE color: 6576677.

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

Color convert

RGB 37 90 100 -
CMYK 0.63 0.10 0 0.61
HSL 189.52º 0.46% 0.27% -
HSV(B) 189.52º 0.63% 0.39% -
XYZ 6.72 8.63 13.37 -
YUV 75.29 141.94 100.69 -
System Red Green Blue C M Y K H S L
Decimal 37 90 100 0.63 0.10 0 0.61 189.52 0.46 0.27
Hex 25 5A 64 3F A 0 3D BE 2E 1B
Octal 45 132 144 77 12 0 75 276 56 33
Binary 100101 1011010 1100100 111111 1010 0 111101 10111110 101110 11011

Color Harmonies of #255A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255A64

Black with #255A64

Text Example


Text Example

White with #255A64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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