Html Css Color HEX #252B4E Lucky Point

📋 copy color: '#252B4E'

red 37 ◦ green 43 ◦ blue 78

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

Shades of Lucky Point #252B4E

Tints of Lucky Point #252B4E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 27.22%

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

R = 23.42%
G = 27.22%
B = 49.37%

CMYK

 C value IS 0.53

 M value IS 0.45

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#252B4E (or 0x252B4E) is known color: Lucky Point. HEX triplet: 25, 2B and 4E. RGB value is (37,43,78). Sum of RGB (Red+Green+Blue) = 37+43+78=158 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.42% from 158); Green value is 43 (17.19% from 255 or 27.22% from 158); Blue value is 78 (30.86% from 255 or 49.37% from 158); Max value from RGB is 78 - color contains mainly: blue. Hex color #252B4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252B4E is #DAD4B1. Grayscale: #2D2D2D. Windows color (decimal): -14341298 or 5122853. OLE color: 5122853.

HSL color Cylindrical-coordinate representation of color #252B4E: hue angle of 231.22º 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 #252B4E is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 37 43 78 -
CMYK 0.53 0.45 0 0.69
HSL 231.22º 0.36% 0.23% -
HSV(B) 231.22º 0.53% 0.31% -
XYZ 3 2.67 7.57 -
YUV 45.2 146.51 122.15 -
System Red Green Blue C M Y K H S L
Decimal 37 43 78 0.53 0.45 0 0.69 231.22 0.36 0.23
Hex 25 2B 4E 35 2D 0 45 E7 24 17
Octal 45 53 116 65 55 0 105 347 44 27
Binary 100101 101011 1001110 110101 101101 0 1000101 11100111 100100 10111

Color Harmonies of #252B4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252B4E

Black with #252B4E

Text Example


Text Example

White with #252B4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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