Html Css Color HEX #252C48 Lucky Point

📋 copy color: '#252C48'

red 37 ◦ green 44 ◦ blue 72

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

Shades of Lucky Point #252C48

Tints of Lucky Point #252C48

RGB

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

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

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

R = 24.18%
G = 28.76%
B = 47.06%

CMYK

 C value IS 0.49

 M value IS 0.39

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#252C48 (or 0x252C48) is known color: Lucky Point. HEX triplet: 25, 2C and 48. RGB value is (37,44,72). Sum of RGB (Red+Green+Blue) = 37+44+72=153 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.18% from 153); Green value is 44 (17.58% from 255 or 28.76% from 153); Blue value is 72 (28.52% from 255 or 47.06% from 153); Max value from RGB is 72 - color contains mainly: blue. Hex color #252C48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252C48 is #DAD3B7. Grayscale: #2C2C2C. Windows color (decimal): -14341048 or 4729893. OLE color: 4729893.

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

Color convert

RGB 37 44 72 -
CMYK 0.49 0.39 0 0.72
HSL 228º 0.32% 0.21% -
HSV(B) 228º 0.49% 0.28% -
XYZ 2.83 2.66 6.5 -
YUV 45.1 143.18 122.22 -
System Red Green Blue C M Y K H S L
Decimal 37 44 72 0.49 0.39 0 0.72 228 0.32 0.21
Hex 25 2C 48 31 27 0 48 E4 20 15
Octal 45 54 110 61 47 0 110 344 40 25
Binary 100101 101100 1001000 110001 100111 0 1001000 11100100 100000 10101

Color Harmonies of #252C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252C48

Black with #252C48

Text Example


Text Example

White with #252C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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