Html Css Color HEX #242861 Lucky Point

📋 copy color: '#242861'

red 36 ◦ green 40 ◦ blue 97

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

Shades of Lucky Point #242861

Tints of Lucky Point #242861

RGB

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

 GREEN value IS 40 (16.02% from 255) = 23.12%

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

R = 20.81%
G = 23.12%
B = 56.07%

CMYK

 C value IS 0.63

 M value IS 0.59

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#242861 (or 0x242861) is known color: Lucky Point. HEX triplet: 24, 28 and 61. RGB value is (36,40,97). Sum of RGB (Red+Green+Blue) = 36+40+97=173 (22% of max value = 765). Red value is 36 (14.45% from 255 or 20.81% from 173); Green value is 40 (16.02% from 255 or 23.12% from 173); Blue value is 97 (38.28% from 255 or 56.07% from 173); Max value from RGB is 97 - color contains mainly: blue. Hex color #242861 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242861 is #DBD79E. Grayscale: #2D2D2D. Windows color (decimal): -14407583 or 6367268. OLE color: 6367268.

HSL color Cylindrical-coordinate representation of color #242861: hue angle of 236.07º 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 #242861 is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 36 40 97 -
CMYK 0.63 0.59 0 0.62
HSL 236.07º 0.46% 0.26% -
HSV(B) 236.07º 0.63% 0.38% -
XYZ 3.64 2.76 11.65 -
YUV 45.3 157.17 121.37 -
System Red Green Blue C M Y K H S L
Decimal 36 40 97 0.63 0.59 0 0.62 236.07 0.46 0.26
Hex 24 28 61 3F 3B 0 3E EC 2E 1A
Octal 44 50 141 77 73 0 76 354 56 32
Binary 100100 101000 1100001 111111 111011 0 111110 11101100 101110 11010

Color Harmonies of #242861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242861

Black with #242861

Text Example


Text Example

White with #242861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242861; }

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

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

background-color css

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

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

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

border-color css

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

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

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