Html Css Color HEX #252A48 Lucky Point

📋 copy color: '#252A48'

red 37 ◦ green 42 ◦ blue 72

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

Shades of Lucky Point #252A48

Tints of Lucky Point #252A48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 47.68%

R = 24.5%
G = 27.81%
B = 47.68%

CMYK

 C value IS 0.49

 M value IS 0.42

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#252A48 (or 0x252A48) is known color: Lucky Point. HEX triplet: 25, 2A and 48. RGB value is (37,42,72). Sum of RGB (Red+Green+Blue) = 37+42+72=151 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.50% from 151); Green value is 42 (16.80% from 255 or 27.81% from 151); Blue value is 72 (28.52% from 255 or 47.68% from 151); Max value from RGB is 72 - color contains mainly: blue. Hex color #252A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252A48 is #DAD5B7. Grayscale: #2B2B2B. Windows color (decimal): -14341560 or 4729381. OLE color: 4729381.

HSL color Cylindrical-coordinate representation of color #252A48: hue angle of 231.43º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #252A48 is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 37 42 72 -
CMYK 0.49 0.42 0 0.72
HSL 231.43º 0.32% 0.21% -
HSV(B) 231.43º 0.49% 0.28% -
XYZ 2.76 2.52 6.47 -
YUV 43.93 143.84 123.06 -
System Red Green Blue C M Y K H S L
Decimal 37 42 72 0.49 0.42 0 0.72 231.43 0.32 0.21
Hex 25 2A 48 31 2A 0 48 E7 20 15
Octal 45 52 110 61 52 0 110 347 40 25
Binary 100101 101010 1001000 110001 101010 0 1001000 11100111 100000 10101

Color Harmonies of #252A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252A48

Black with #252A48

Text Example


Text Example

White with #252A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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