Html Css Color HEX #252A49 Lucky Point

📋 copy color: '#252A49'

red 37 ◦ green 42 ◦ blue 73

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

Shades of Lucky Point #252A49

Tints of Lucky Point #252A49

RGB

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

 GREEN value IS 42 (16.8% from 255) = 27.63%

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

R = 24.34%
G = 27.63%
B = 48.03%

CMYK

 C value IS 0.49

 M value IS 0.42

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#252A49 (or 0x252A49) is known color: Lucky Point. HEX triplet: 25, 2A and 49. RGB value is (37,42,73). Sum of RGB (Red+Green+Blue) = 37+42+73=152 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.34% from 152); Green value is 42 (16.80% from 255 or 27.63% from 152); Blue value is 73 (28.91% from 255 or 48.03% from 152); Max value from RGB is 73 - color contains mainly: blue. Hex color #252A49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252A49 is #DAD5B6. Grayscale: #2B2B2B. Windows color (decimal): -14341559 or 4794917. OLE color: 4794917.

HSL color Cylindrical-coordinate representation of color #252A49: hue angle of 231.67º 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 #252A49 is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 37 42 73 -
CMYK 0.49 0.42 0 0.71
HSL 231.67º 0.33% 0.22% -
HSV(B) 231.67º 0.49% 0.29% -
XYZ 2.79 2.53 6.64 -
YUV 44.04 144.34 122.98 -
System Red Green Blue C M Y K H S L
Decimal 37 42 73 0.49 0.42 0 0.71 231.67 0.33 0.22
Hex 25 2A 49 31 2A 0 47 E8 21 16
Octal 45 52 111 61 52 0 107 350 41 26
Binary 100101 101010 1001001 110001 101010 0 1000111 11101000 100001 10110

Color Harmonies of #252A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252A49

Black with #252A49

Text Example


Text Example

White with #252A49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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