Html Css Color HEX #252D4B Lucky Point

📋 copy color: '#252D4B'

red 37 ◦ green 45 ◦ blue 75

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

Shades of Lucky Point #252D4B

Tints of Lucky Point #252D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 47.77%

R = 23.57%
G = 28.66%
B = 47.77%

CMYK

 C value IS 0.51

 M value IS 0.40

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#252D4B (or 0x252D4B) is known color: Lucky Point. HEX triplet: 25, 2D and 4B. RGB value is (37,45,75). Sum of RGB (Red+Green+Blue) = 37+45+75=157 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.57% from 157); Green value is 45 (17.97% from 255 or 28.66% from 157); Blue value is 75 (29.69% from 255 or 47.77% from 157); Max value from RGB is 75 - color contains mainly: blue. Hex color #252D4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252D4B is #DAD2B4. Grayscale: #2D2D2D. Windows color (decimal): -14340789 or 4926757. OLE color: 4926757.

HSL color Cylindrical-coordinate representation of color #252D4B: hue angle of 227.37º degrees, saturation: 0.34, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #252D4B is Cyan = 0.51, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 37 45 75 -
CMYK 0.51 0.40 0 0.71
HSL 227.37º 0.34% 0.22% -
HSV(B) 227.37º 0.51% 0.29% -
XYZ 2.97 2.78 7.04 -
YUV 46.03 144.35 121.56 -
System Red Green Blue C M Y K H S L
Decimal 37 45 75 0.51 0.40 0 0.71 227.37 0.34 0.22
Hex 25 2D 4B 33 28 0 47 E3 22 16
Octal 45 55 113 63 50 0 107 343 42 26
Binary 100101 101101 1001011 110011 101000 0 1000111 11100011 100010 10110

Color Harmonies of #252D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252D4B

Black with #252D4B

Text Example


Text Example

White with #252D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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