Html Css Color HEX #252E52 Lucky Point

📋 copy color: '#252E52'

red 37 ◦ green 46 ◦ blue 82

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

Shades of Lucky Point #252E52

Tints of Lucky Point #252E52

RGB

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

 GREEN value IS 46 (18.36% from 255) = 27.88%

 BLUE value IS 82 (32.42% from 255) = 49.7%

R = 22.42%
G = 27.88%
B = 49.7%

CMYK

 C value IS 0.55

 M value IS 0.44

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#252E52 (or 0x252E52) is known color: Lucky Point. HEX triplet: 25, 2E and 52. RGB value is (37,46,82). Sum of RGB (Red+Green+Blue) = 37+46+82=165 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.42% from 165); Green value is 46 (18.36% from 255 or 27.88% from 165); Blue value is 82 (32.42% from 255 or 49.70% from 165); Max value from RGB is 82 - color contains mainly: blue. Hex color #252E52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252E52 is #DAD1AD. Grayscale: #2F2F2F. Windows color (decimal): -14340526 or 5385765. OLE color: 5385765.

HSL color Cylindrical-coordinate representation of color #252E52: hue angle of 228º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #252E52 is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 37 46 82 -
CMYK 0.55 0.44 0 0.68
HSL 228º 0.38% 0.23% -
HSV(B) 228º 0.55% 0.32% -
XYZ 3.26 2.96 8.38 -
YUV 47.41 147.52 120.57 -
System Red Green Blue C M Y K H S L
Decimal 37 46 82 0.55 0.44 0 0.68 228 0.38 0.23
Hex 25 2E 52 37 2C 0 44 E4 26 17
Octal 45 56 122 67 54 0 104 344 46 27
Binary 100101 101110 1010010 110111 101100 0 1000100 11100100 100110 10111

Color Harmonies of #252E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252E52

Black with #252E52

Text Example


Text Example

White with #252E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,46,82); }

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

background-color css

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

 a { background-color: rgb(37,46,82); }

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

border-color css

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

 span { border-color: rgb(37,46,82); }

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