Html Css Color HEX #245369 Chathams Blue

📋 copy color: '#245369'

red 36 ◦ green 83 ◦ blue 105

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

Shades of Chathams Blue #245369

Tints of Chathams Blue #245369

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.05%

 BLUE value IS 105 (41.41% from 255) = 46.88%

R = 16.07%
G = 37.05%
B = 46.88%

CMYK

 C value IS 0.66

 M value IS 0.21

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#245369 (or 0x245369) is known color: Chathams Blue. HEX triplet: 24, 53 and 69. RGB value is (36,83,105). Sum of RGB (Red+Green+Blue) = 36+83+105=224 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.07% from 224); Green value is 83 (32.81% from 255 or 37.05% from 224); Blue value is 105 (41.41% from 255 or 46.88% from 224); Max value from RGB is 105 - color contains mainly: blue. Hex color #245369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245369 is #DBAC96. Grayscale: #474747. Windows color (decimal): -14396567 or 6902564. OLE color: 6902564.

HSL color Cylindrical-coordinate representation of color #245369: hue angle of 199.13º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #245369 is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 36 83 105 -
CMYK 0.66 0.21 0 0.59
HSL 199.13º 0.49% 0.28% -
HSV(B) 199.13º 0.66% 0.41% -
XYZ 6.37 7.58 14.49 -
YUV 71.46 146.93 102.71 -
System Red Green Blue C M Y K H S L
Decimal 36 83 105 0.66 0.21 0 0.59 199.13 0.49 0.28
Hex 24 53 69 42 15 0 3B C7 31 1C
Octal 44 123 151 102 25 0 73 307 61 34
Binary 100100 1010011 1101001 1000010 10101 0 111011 11000111 110001 11100

Color Harmonies of #245369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245369

Black with #245369

Text Example


Text Example

White with #245369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245369; }

 p { color: rgb(36,83,105); }

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

background-color css

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

 a { background-color: rgb(36,83,105); }

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

border-color css

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

 span { border-color: rgb(36,83,105); }

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