Html Css Color HEX #244053 Nile Blue

📋 copy color: '#244053'

red 36 ◦ green 64 ◦ blue 83

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

Shades of Nile Blue #244053

Tints of Nile Blue #244053

RGB

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

 GREEN value IS 64 (25.39% from 255) = 34.97%

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

R = 19.67%
G = 34.97%
B = 45.36%

CMYK

 C value IS 0.57

 M value IS 0.23

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#244053 (or 0x244053) is known color: Nile Blue. HEX triplet: 24, 40 and 53. RGB value is (36,64,83). Sum of RGB (Red+Green+Blue) = 36+64+83=183 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.67% from 183); Green value is 64 (25.39% from 255 or 34.97% from 183); Blue value is 83 (32.81% from 255 or 45.36% from 183); Max value from RGB is 83 - color contains mainly: blue. Hex color #244053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244053 is #DBBFAC. Grayscale: #393939. Windows color (decimal): -14401453 or 5455908. OLE color: 5455908.

HSL color Cylindrical-coordinate representation of color #244053: hue angle of 204.26º 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 #244053 is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 36 64 83 -
CMYK 0.57 0.23 0 0.67
HSL 204.26º 0.39% 0.23% -
HSV(B) 204.26º 0.57% 0.33% -
XYZ 4.12 4.67 8.87 -
YUV 57.79 142.22 112.46 -
System Red Green Blue C M Y K H S L
Decimal 36 64 83 0.57 0.23 0 0.67 204.26 0.39 0.23
Hex 24 40 53 39 17 0 43 CC 27 17
Octal 44 100 123 71 27 0 103 314 47 27
Binary 100100 1000000 1010011 111001 10111 0 1000011 11001100 100111 10111

Color Harmonies of #244053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244053

Black with #244053

Text Example


Text Example

White with #244053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #244053; }

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

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

background-color css

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

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

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

border-color css

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

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

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