Html Css Color HEX #252C49 Lucky Point

📋 copy color: '#252C49'

red 37 ◦ green 44 ◦ blue 73

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

Shades of Lucky Point #252C49

Tints of Lucky Point #252C49

RGB

 RED value IS 37 (14.84% from 255) = 24.03%

 GREEN value IS 44 (17.58% from 255) = 28.57%

 BLUE value IS 73 (28.91% from 255) = 47.4%

R = 24.03%
G = 28.57%
B = 47.4%

CMYK

 C value IS 0.49

 M value IS 0.40

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#252C49 (or 0x252C49) is known color: Lucky Point. HEX triplet: 25, 2C and 49. RGB value is (37,44,73). Sum of RGB (Red+Green+Blue) = 37+44+73=154 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.03% from 154); Green value is 44 (17.58% from 255 or 28.57% from 154); Blue value is 73 (28.91% from 255 or 47.40% from 154); Max value from RGB is 73 - color contains mainly: blue. Hex color #252C49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252C49 is #DAD3B6. Grayscale: #2D2D2D. Windows color (decimal): -14341047 or 4795429. OLE color: 4795429.

HSL color Cylindrical-coordinate representation of color #252C49: hue angle of 228.33º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #252C49 is Cyan = 0.49, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 37 44 73 -
CMYK 0.49 0.40 0 0.71
HSL 228.33º 0.33% 0.22% -
HSV(B) 228.33º 0.49% 0.29% -
XYZ 2.87 2.68 6.67 -
YUV 45.21 143.68 122.14 -
System Red Green Blue C M Y K H S L
Decimal 37 44 73 0.49 0.40 0 0.71 228.33 0.33 0.22
Hex 25 2C 49 31 28 0 47 E4 21 16
Octal 45 54 111 61 50 0 107 344 41 26
Binary 100101 101100 1001001 110001 101000 0 1000111 11100100 100001 10110

Color Harmonies of #252C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252C49

Black with #252C49

Text Example


Text Example

White with #252C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252C49; }

 p { color: rgb(37,44,73); }

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

background-color css

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

 a { background-color: rgb(37,44,73); }

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

border-color css

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

 span { border-color: rgb(37,44,73); }

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