Html Css Color HEX #242961 Lucky Point

📋 copy color: '#242961'

red 36 ◦ green 41 ◦ blue 97

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

Shades of Lucky Point #242961

Tints of Lucky Point #242961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 55.75%

R = 20.69%
G = 23.56%
B = 55.75%

CMYK

 C value IS 0.63

 M value IS 0.58

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#242961 (or 0x242961) is known color: Lucky Point. HEX triplet: 24, 29 and 61. RGB value is (36,41,97). Sum of RGB (Red+Green+Blue) = 36+41+97=174 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.69% from 174); Green value is 41 (16.41% from 255 or 23.56% from 174); Blue value is 97 (38.28% from 255 or 55.75% from 174); Max value from RGB is 97 - color contains mainly: blue. Hex color #242961 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242961 is #DBD69E. Grayscale: #2D2D2D. Windows color (decimal): -14407327 or 6367524. OLE color: 6367524.

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

Color convert

RGB 36 41 97 -
CMYK 0.63 0.58 0 0.62
HSL 235.08º 0.46% 0.26% -
HSV(B) 235.08º 0.63% 0.38% -
XYZ 3.68 2.82 11.66 -
YUV 45.89 156.84 120.95 -
System Red Green Blue C M Y K H S L
Decimal 36 41 97 0.63 0.58 0 0.62 235.08 0.46 0.26
Hex 24 29 61 3F 3A 0 3E EB 2E 1A
Octal 44 51 141 77 72 0 76 353 56 32
Binary 100100 101001 1100001 111111 111010 0 111110 11101011 101110 11010

Color Harmonies of #242961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242961

Black with #242961

Text Example


Text Example

White with #242961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242961; }

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

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

background-color css

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

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

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

border-color css

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

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

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