Html Css Color HEX #252F60 Lucky Point

📋 copy color: '#252F60'

red 37 ◦ green 47 ◦ blue 96

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

Shades of Lucky Point #252F60

Tints of Lucky Point #252F60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 53.33%

R = 20.56%
G = 26.11%
B = 53.33%

CMYK

 C value IS 0.61

 M value IS 0.51

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#252F60 (or 0x252F60) is known color: Lucky Point. HEX triplet: 25, 2F and 60. RGB value is (37,47,96). Sum of RGB (Red+Green+Blue) = 37+47+96=180 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.56% from 180); Green value is 47 (18.75% from 255 or 26.11% from 180); Blue value is 96 (37.89% from 255 or 53.33% from 180); Max value from RGB is 96 - color contains mainly: blue. Hex color #252F60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252F60 is #DAD09F. Grayscale: #313131. Windows color (decimal): -14340256 or 6303525. OLE color: 6303525.

HSL color Cylindrical-coordinate representation of color #252F60: hue angle of 229.83º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #252F60 is Cyan = 0.61, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 37 47 96 -
CMYK 0.61 0.51 0 0.62
HSL 229.83º 0.44% 0.26% -
HSV(B) 229.83º 0.61% 0.38% -
XYZ 3.89 3.27 11.49 -
YUV 49.6 154.19 119.02 -
System Red Green Blue C M Y K H S L
Decimal 37 47 96 0.61 0.51 0 0.62 229.83 0.44 0.26
Hex 25 2F 60 3D 33 0 3E E6 2C 1A
Octal 45 57 140 75 63 0 76 346 54 32
Binary 100101 101111 1100000 111101 110011 0 111110 11100110 101100 11010

Color Harmonies of #252F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252F60

Black with #252F60

Text Example


Text Example

White with #252F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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