Html Css Color HEX #252F5D Lucky Point

📋 copy color: '#252F5D'

red 37 ◦ green 47 ◦ blue 93

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

Shades of Lucky Point #252F5D

Tints of Lucky Point #252F5D

RGB

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

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

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

R = 20.9%
G = 26.55%
B = 52.54%

CMYK

 C value IS 0.60

 M value IS 0.49

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#252F5D (or 0x252F5D) is known color: Lucky Point. HEX triplet: 25, 2F and 5D. RGB value is (37,47,93). Sum of RGB (Red+Green+Blue) = 37+47+93=177 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.90% from 177); Green value is 47 (18.75% from 255 or 26.55% from 177); Blue value is 93 (36.72% from 255 or 52.54% from 177); Max value from RGB is 93 - color contains mainly: blue. Hex color #252F5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252F5D is #DAD0A2. Grayscale: #313131. Windows color (decimal): -14340259 or 6106917. OLE color: 6106917.

HSL color Cylindrical-coordinate representation of color #252F5D: hue angle of 229.29º 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 #252F5D is Cyan = 0.60, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 37 47 93 -
CMYK 0.60 0.49 0 0.64
HSL 229.29º 0.43% 0.25% -
HSV(B) 229.29º 0.6% 0.36% -
XYZ 3.76 3.22 10.78 -
YUV 49.25 152.69 119.26 -
System Red Green Blue C M Y K H S L
Decimal 37 47 93 0.60 0.49 0 0.64 229.29 0.43 0.25
Hex 25 2F 5D 3C 31 0 40 E5 2B 19
Octal 45 57 135 74 61 0 100 345 53 31
Binary 100101 101111 1011101 111100 110001 0 1000000 11100101 101011 11001

Color Harmonies of #252F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252F5D

Black with #252F5D

Text Example


Text Example

White with #252F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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