Html Css Color HEX #244253 Nile Blue

📋 copy color: '#244253'

red 36 ◦ green 66 ◦ blue 83

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

Shades of Nile Blue #244253

Tints of Nile Blue #244253

RGB

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

 GREEN value IS 66 (26.17% from 255) = 35.68%

 BLUE value IS 83 (32.81% from 255) = 44.86%

R = 19.46%
G = 35.68%
B = 44.86%

CMYK

 C value IS 0.57

 M value IS 0.20

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#244253 (or 0x244253) is known color: Nile Blue. HEX triplet: 24, 42 and 53. RGB value is (36,66,83). Sum of RGB (Red+Green+Blue) = 36+66+83=185 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.46% from 185); Green value is 66 (26.17% from 255 or 35.68% from 185); Blue value is 83 (32.81% from 255 or 44.86% from 185); Max value from RGB is 83 - color contains mainly: blue. Hex color #244253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244253 is #DBBDAC. Grayscale: #3A3A3A. Windows color (decimal): -14400941 or 5456420. OLE color: 5456420.

HSL color Cylindrical-coordinate representation of color #244253: hue angle of 201.7º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #244253 is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 36 66 83 -
CMYK 0.57 0.20 0 0.67
HSL 201.7º 0.39% 0.23% -
HSV(B) 201.7º 0.57% 0.33% -
XYZ 4.24 4.9 8.91 -
YUV 58.97 141.56 111.62 -
System Red Green Blue C M Y K H S L
Decimal 36 66 83 0.57 0.20 0 0.67 201.7 0.39 0.23
Hex 24 42 53 39 14 0 43 CA 27 17
Octal 44 102 123 71 24 0 103 312 47 27
Binary 100100 1000010 1010011 111001 10100 0 1000011 11001010 100111 10111

Color Harmonies of #244253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244253

Black with #244253

Text Example


Text Example

White with #244253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #244253; }

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

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

background-color css

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

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

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

border-color css

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

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

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