Html Css Color HEX #252F50 Lucky Point

📋 copy color: '#252F50'

red 37 ◦ green 47 ◦ blue 80

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

Shades of Lucky Point #252F50

Tints of Lucky Point #252F50

RGB

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

 GREEN value IS 47 (18.75% from 255) = 28.66%

 BLUE value IS 80 (31.64% from 255) = 48.78%

R = 22.56%
G = 28.66%
B = 48.78%

CMYK

 C value IS 0.54

 M value IS 0.41

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#252F50 (or 0x252F50) is known color: Lucky Point. HEX triplet: 25, 2F and 50. RGB value is (37,47,80). Sum of RGB (Red+Green+Blue) = 37+47+80=164 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.56% from 164); Green value is 47 (18.75% from 255 or 28.66% from 164); Blue value is 80 (31.64% from 255 or 48.78% from 164); Max value from RGB is 80 - color contains mainly: blue. Hex color #252F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252F50 is #DAD0AF. Grayscale: #2F2F2F. Windows color (decimal): -14340272 or 5254949. OLE color: 5254949.

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

Color convert

RGB 37 47 80 -
CMYK 0.54 0.41 0 0.69
HSL 226.05º 0.37% 0.23% -
HSV(B) 226.05º 0.54% 0.31% -
XYZ 3.23 3.01 8 -
YUV 47.77 146.19 120.32 -
System Red Green Blue C M Y K H S L
Decimal 37 47 80 0.54 0.41 0 0.69 226.05 0.37 0.23
Hex 25 2F 50 36 29 0 45 E2 25 17
Octal 45 57 120 66 51 0 105 342 45 27
Binary 100101 101111 1010000 110110 101001 0 1000101 11100010 100101 10111

Color Harmonies of #252F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252F50

Black with #252F50

Text Example


Text Example

White with #252F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,47,80); }

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

background-color css

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

 a { background-color: rgb(37,47,80); }

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

border-color css

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

 span { border-color: rgb(37,47,80); }

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