Html Css Color HEX #245B65 Chathams Blue

📋 copy color: '#245B65'

red 36 ◦ green 91 ◦ blue 101

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

Shades of Chathams Blue #245B65

Tints of Chathams Blue #245B65

RGB

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

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

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

R = 15.79%
G = 39.91%
B = 44.3%

CMYK

 C value IS 0.64

 M value IS 0.10

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#245B65 (or 0x245B65) is known color: Chathams Blue. HEX triplet: 24, 5B and 65. RGB value is (36,91,101). Sum of RGB (Red+Green+Blue) = 36+91+101=228 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.79% from 228); Green value is 91 (35.94% from 255 or 39.91% 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 #245B65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245B65 is #DBA49A. Grayscale: #4B4B4B. Windows color (decimal): -14394523 or 6642468. OLE color: 6642468.

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

Color convert

RGB 36 91 101 -
CMYK 0.64 0.10 0 0.60
HSL 189.23º 0.47% 0.27% -
HSV(B) 189.23º 0.64% 0.4% -
XYZ 6.82 8.8 13.65 -
YUV 75.7 142.28 99.69 -
System Red Green Blue C M Y K H S L
Decimal 36 91 101 0.64 0.10 0 0.60 189.23 0.47 0.27
Hex 24 5B 65 40 A 0 3C BD 2F 1B
Octal 44 133 145 100 12 0 74 275 57 33
Binary 100100 1011011 1100101 1000000 1010 0 111100 10111101 101111 11011

Color Harmonies of #245B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245B65

Black with #245B65

Text Example


Text Example

White with #245B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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