Html Css Color HEX #245A65 Chathams Blue

📋 copy color: '#245A65'

red 36 ◦ green 90 ◦ blue 101

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

Shades of Chathams Blue #245A65

Tints of Chathams Blue #245A65

RGB

 RED value IS 36 (14.45% from 255) = 15.86%

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

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

R = 15.86%
G = 39.65%
B = 44.49%

CMYK

 C value IS 0.64

 M value IS 0.11

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#245A65 (or 0x245A65) is known color: Chathams Blue. HEX triplet: 24, 5A and 65. RGB value is (36,90,101). Sum of RGB (Red+Green+Blue) = 36+90+101=227 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.86% from 227); Green value is 90 (35.55% from 255 or 39.65% 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 #245A65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245A65 is #DBA59A. Grayscale: #4B4B4B. Windows color (decimal): -14394779 or 6642212. OLE color: 6642212.

HSL color Cylindrical-coordinate representation of color #245A65: hue angle of 190.15º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #245A65 is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 36 90 101 -
CMYK 0.64 0.11 0 0.60
HSL 190.15º 0.47% 0.27% -
HSV(B) 190.15º 0.64% 0.4% -
XYZ 6.73 8.63 13.62 -
YUV 75.11 142.61 100.11 -
System Red Green Blue C M Y K H S L
Decimal 36 90 101 0.64 0.11 0 0.60 190.15 0.47 0.27
Hex 24 5A 65 40 B 0 3C BE 2F 1B
Octal 44 132 145 100 13 0 74 276 57 33
Binary 100100 1011010 1100101 1000000 1011 0 111100 10111110 101111 11011

Color Harmonies of #245A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245A65

Black with #245A65

Text Example


Text Example

White with #245A65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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