Html Css Color HEX #252948 Lucky Point

📋 copy color: '#252948'

red 37 ◦ green 41 ◦ blue 72

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

Shades of Lucky Point #252948

Tints of Lucky Point #252948

RGB

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

 GREEN value IS 41 (16.41% from 255) = 27.33%

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

R = 24.67%
G = 27.33%
B = 48%

CMYK

 C value IS 0.49

 M value IS 0.43

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#252948 (or 0x252948) is known color: Lucky Point. HEX triplet: 25, 29 and 48. RGB value is (37,41,72). Sum of RGB (Red+Green+Blue) = 37+41+72=150 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.67% from 150); Green value is 41 (16.41% from 255 or 27.33% from 150); Blue value is 72 (28.52% from 255 or 48% from 150); Max value from RGB is 72 - color contains mainly: blue. Hex color #252948 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252948 is #DAD6B7. Grayscale: #2B2B2B. Windows color (decimal): -14341816 or 4729125. OLE color: 4729125.

HSL color Cylindrical-coordinate representation of color #252948: hue angle of 233.14º 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 #252948 is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 37 41 72 -
CMYK 0.49 0.43 0 0.72
HSL 233.14º 0.32% 0.21% -
HSV(B) 233.14º 0.49% 0.28% -
XYZ 2.73 2.45 6.46 -
YUV 43.34 144.17 123.48 -
System Red Green Blue C M Y K H S L
Decimal 37 41 72 0.49 0.43 0 0.72 233.14 0.32 0.21
Hex 25 29 48 31 2B 0 48 E9 20 15
Octal 45 51 110 61 53 0 110 351 40 25
Binary 100101 101001 1001000 110001 101011 0 1001000 11101001 100000 10101

Color Harmonies of #252948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252948

Black with #252948

Text Example


Text Example

White with #252948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252948; }

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

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

background-color css

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

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

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

border-color css

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

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

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