Html Css Color HEX #252D4C Lucky Point

📋 copy color: '#252D4C'

red 37 ◦ green 45 ◦ blue 76

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

Shades of Lucky Point #252D4C

Tints of Lucky Point #252D4C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 28.48%

 BLUE value IS 76 (30.08% from 255) = 48.1%

R = 23.42%
G = 28.48%
B = 48.1%

CMYK

 C value IS 0.51

 M value IS 0.41

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#252D4C (or 0x252D4C) is known color: Lucky Point. HEX triplet: 25, 2D and 4C. RGB value is (37,45,76). Sum of RGB (Red+Green+Blue) = 37+45+76=158 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.42% from 158); Green value is 45 (17.97% from 255 or 28.48% from 158); Blue value is 76 (30.08% from 255 or 48.10% from 158); Max value from RGB is 76 - color contains mainly: blue. Hex color #252D4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252D4C is #DAD2B3. Grayscale: #2E2E2E. Windows color (decimal): -14340788 or 4992293. OLE color: 4992293.

HSL color Cylindrical-coordinate representation of color #252D4C: hue angle of 227.69º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #252D4C is Cyan = 0.51, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 37 45 76 -
CMYK 0.51 0.41 0 0.70
HSL 227.69º 0.35% 0.22% -
HSV(B) 227.69º 0.51% 0.3% -
XYZ 3.01 2.79 7.22 -
YUV 46.14 144.85 121.48 -
System Red Green Blue C M Y K H S L
Decimal 37 45 76 0.51 0.41 0 0.70 227.69 0.35 0.22
Hex 25 2D 4C 33 29 0 46 E4 23 16
Octal 45 55 114 63 51 0 106 344 43 26
Binary 100101 101101 1001100 110011 101001 0 1000110 11100100 100011 10110

Color Harmonies of #252D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252D4C

Black with #252D4C

Text Example


Text Example

White with #252D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,45,76); }

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

background-color css

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

 a { background-color: rgb(37,45,76); }

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

border-color css

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

 span { border-color: rgb(37,45,76); }

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