Html Css Color HEX #252C47 Lucky Point

📋 copy color: '#252C47'

red 37 ◦ green 44 ◦ blue 71

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

Shades of Lucky Point #252C47

Tints of Lucky Point #252C47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 46.71%

R = 24.34%
G = 28.95%
B = 46.71%

CMYK

 C value IS 0.48

 M value IS 0.38

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#252C47 (or 0x252C47) is known color: Lucky Point. HEX triplet: 25, 2C and 47. RGB value is (37,44,71). Sum of RGB (Red+Green+Blue) = 37+44+71=152 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.34% from 152); Green value is 44 (17.58% from 255 or 28.95% from 152); Blue value is 71 (28.12% from 255 or 46.71% from 152); Max value from RGB is 71 - color contains mainly: blue. Hex color #252C47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252C47 is #DAD3B8. Grayscale: #2C2C2C. Windows color (decimal): -14341049 or 4664357. OLE color: 4664357.

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

Color convert

RGB 37 44 71 -
CMYK 0.48 0.38 0 0.72
HSL 227.65º 0.31% 0.21% -
HSV(B) 227.65º 0.48% 0.28% -
XYZ 2.8 2.65 6.33 -
YUV 44.99 142.68 122.3 -
System Red Green Blue C M Y K H S L
Decimal 37 44 71 0.48 0.38 0 0.72 227.65 0.31 0.21
Hex 25 2C 47 30 26 0 48 E4 1F 15
Octal 45 54 107 60 46 0 110 344 37 25
Binary 100101 101100 1000111 110000 100110 0 1001000 11100100 11111 10101

Color Harmonies of #252C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252C47

Black with #252C47

Text Example


Text Example

White with #252C47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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