Html Css Color HEX #252C4E Lucky Point

📋 copy color: '#252C4E'

red 37 ◦ green 44 ◦ blue 78

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

Shades of Lucky Point #252C4E

Tints of Lucky Point #252C4E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 27.67%

 BLUE value IS 78 (30.86% from 255) = 49.06%

R = 23.27%
G = 27.67%
B = 49.06%

CMYK

 C value IS 0.53

 M value IS 0.44

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#252C4E (or 0x252C4E) is known color: Lucky Point. HEX triplet: 25, 2C and 4E. RGB value is (37,44,78). Sum of RGB (Red+Green+Blue) = 37+44+78=159 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.27% from 159); Green value is 44 (17.58% from 255 or 27.67% from 159); Blue value is 78 (30.86% from 255 or 49.06% from 159); Max value from RGB is 78 - color contains mainly: blue. Hex color #252C4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252C4E is #DAD3B1. Grayscale: #2D2D2D. Windows color (decimal): -14341042 or 5123109. OLE color: 5123109.

HSL color Cylindrical-coordinate representation of color #252C4E: hue angle of 229.76º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #252C4E is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 37 44 78 -
CMYK 0.53 0.44 0 0.69
HSL 229.76º 0.36% 0.23% -
HSV(B) 229.76º 0.53% 0.31% -
XYZ 3.04 2.74 7.58 -
YUV 45.78 146.18 121.74 -
System Red Green Blue C M Y K H S L
Decimal 37 44 78 0.53 0.44 0 0.69 229.76 0.36 0.23
Hex 25 2C 4E 35 2C 0 45 E6 24 17
Octal 45 54 116 65 54 0 105 346 44 27
Binary 100101 101100 1001110 110101 101100 0 1000101 11100110 100100 10111

Color Harmonies of #252C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252C4E

Black with #252C4E

Text Example


Text Example

White with #252C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,44,78); }

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

background-color css

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

 a { background-color: rgb(37,44,78); }

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

border-color css

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

 span { border-color: rgb(37,44,78); }

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