Html Css Color HEX #242960 Lucky Point

📋 copy color: '#242960'

red 36 ◦ green 41 ◦ blue 96

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

Shades of Lucky Point #242960

Tints of Lucky Point #242960

RGB

 RED value IS 36 (14.45% from 255) = 20.81%

 GREEN value IS 41 (16.41% from 255) = 23.7%

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

R = 20.81%
G = 23.7%
B = 55.49%

CMYK

 C value IS 0.62

 M value IS 0.57

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#242960 (or 0x242960) is known color: Lucky Point. HEX triplet: 24, 29 and 60. RGB value is (36,41,96). Sum of RGB (Red+Green+Blue) = 36+41+96=173 (22% of max value = 765). Red value is 36 (14.45% from 255 or 20.81% from 173); Green value is 41 (16.41% from 255 or 23.70% from 173); Blue value is 96 (37.89% from 255 or 55.49% from 173); Max value from RGB is 96 - color contains mainly: blue. Hex color #242960 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242960 is #DBD69F. Grayscale: #2D2D2D. Windows color (decimal): -14407328 or 6301988. OLE color: 6301988.

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

Color convert

RGB 36 41 96 -
CMYK 0.62 0.57 0 0.62
HSL 235º 0.45% 0.26% -
HSV(B) 235º 0.63% 0.38% -
XYZ 3.63 2.81 11.42 -
YUV 45.78 156.34 121.03 -
System Red Green Blue C M Y K H S L
Decimal 36 41 96 0.62 0.57 0 0.62 235 0.45 0.26
Hex 24 29 60 3E 39 0 3E EB 2D 1A
Octal 44 51 140 76 71 0 76 353 55 32
Binary 100100 101001 1100000 111110 111001 0 111110 11101011 101101 11010

Color Harmonies of #242960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242960

Black with #242960

Text Example


Text Example

White with #242960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242960; }

 p { color: rgb(36,41,96); }

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

background-color css

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

 a { background-color: rgb(36,41,96); }

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

border-color css

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

 span { border-color: rgb(36,41,96); }

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