Html Css Color HEX #245865 Chathams Blue

📋 copy color: '#245865'

red 36 ◦ green 88 ◦ blue 101

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

Shades of Chathams Blue #245865

Tints of Chathams Blue #245865

RGB

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

 GREEN value IS 88 (34.77% from 255) = 39.11%

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

R = 16%
G = 39.11%
B = 44.89%

CMYK

 C value IS 0.64

 M value IS 0.13

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#245865 (or 0x245865) is known color: Chathams Blue. HEX triplet: 24, 58 and 65. RGB value is (36,88,101). Sum of RGB (Red+Green+Blue) = 36+88+101=225 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16% from 225); Green value is 88 (34.77% from 255 or 39.11% from 225); Blue value is 101 (39.84% from 255 or 44.89% from 225); Max value from RGB is 101 - color contains mainly: blue. Hex color #245865 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245865 is #DBA79A. Grayscale: #494949. Windows color (decimal): -14395291 or 6641700. OLE color: 6641700.

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

Color convert

RGB 36 88 101 -
CMYK 0.64 0.13 0 0.60
HSL 192º 0.47% 0.27% -
HSV(B) 192º 0.64% 0.4% -
XYZ 6.57 8.29 13.57 -
YUV 73.93 143.27 100.94 -
System Red Green Blue C M Y K H S L
Decimal 36 88 101 0.64 0.13 0 0.60 192 0.47 0.27
Hex 24 58 65 40 D 0 3C C0 2F 1B
Octal 44 130 145 100 15 0 74 300 57 33
Binary 100100 1011000 1100101 1000000 1101 0 111100 11000000 101111 11011

Color Harmonies of #245865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245865

Black with #245865

Text Example


Text Example

White with #245865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245865; }

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

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

background-color css

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

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

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

border-color css

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

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

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