Html Css Color HEX #252D4A Lucky Point

📋 copy color: '#252D4A'

red 37 ◦ green 45 ◦ blue 74

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

Shades of Lucky Point #252D4A

Tints of Lucky Point #252D4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 47.44%

R = 23.72%
G = 28.85%
B = 47.44%

CMYK

 C value IS 0.50

 M value IS 0.39

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#252D4A (or 0x252D4A) is known color: Lucky Point. HEX triplet: 25, 2D and 4A. RGB value is (37,45,74). Sum of RGB (Red+Green+Blue) = 37+45+74=156 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.72% from 156); Green value is 45 (17.97% from 255 or 28.85% from 156); Blue value is 74 (29.30% from 255 or 47.44% from 156); Max value from RGB is 74 - color contains mainly: blue. Hex color #252D4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252D4A is #DAD2B5. Grayscale: #2D2D2D. Windows color (decimal): -14340790 or 4861221. OLE color: 4861221.

HSL color Cylindrical-coordinate representation of color #252D4A: hue angle of 227.03º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #252D4A is Cyan = 0.50, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 37 45 74 -
CMYK 0.50 0.39 0 0.71
HSL 227.03º 0.33% 0.22% -
HSV(B) 227.03º 0.5% 0.29% -
XYZ 2.94 2.76 6.86 -
YUV 45.91 143.85 121.64 -
System Red Green Blue C M Y K H S L
Decimal 37 45 74 0.50 0.39 0 0.71 227.03 0.33 0.22
Hex 25 2D 4A 32 27 0 47 E3 21 16
Octal 45 55 112 62 47 0 107 343 41 26
Binary 100101 101101 1001010 110010 100111 0 1000111 11100011 100001 10110

Color Harmonies of #252D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252D4A

Black with #252D4A

Text Example


Text Example

White with #252D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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