Html Css Color HEX #252E5D Lucky Point

📋 copy color: '#252E5D'

red 37 ◦ green 46 ◦ blue 93

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

Shades of Lucky Point #252E5D

Tints of Lucky Point #252E5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 52.84%

R = 21.02%
G = 26.14%
B = 52.84%

CMYK

 C value IS 0.60

 M value IS 0.51

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#252E5D (or 0x252E5D) is known color: Lucky Point. HEX triplet: 25, 2E and 5D. RGB value is (37,46,93). Sum of RGB (Red+Green+Blue) = 37+46+93=176 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.02% from 176); Green value is 46 (18.36% from 255 or 26.14% from 176); Blue value is 93 (36.72% from 255 or 52.84% from 176); Max value from RGB is 93 - color contains mainly: blue. Hex color #252E5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252E5D is #DAD1A2. Grayscale: #303030. Windows color (decimal): -14340515 or 6106661. OLE color: 6106661.

HSL color Cylindrical-coordinate representation of color #252E5D: hue angle of 230.36º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #252E5D is Cyan = 0.60, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 37 46 93 -
CMYK 0.60 0.51 0 0.64
HSL 230.36º 0.43% 0.25% -
HSV(B) 230.36º 0.6% 0.36% -
XYZ 3.72 3.14 10.77 -
YUV 48.67 153.02 119.68 -
System Red Green Blue C M Y K H S L
Decimal 37 46 93 0.60 0.51 0 0.64 230.36 0.43 0.25
Hex 25 2E 5D 3C 33 0 40 E6 2B 19
Octal 45 56 135 74 63 0 100 346 53 31
Binary 100101 101110 1011101 111100 110011 0 1000000 11100110 101011 11001

Color Harmonies of #252E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252E5D

Black with #252E5D

Text Example


Text Example

White with #252E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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