Html Css Color HEX #242C61 Lucky Point

📋 copy color: '#242C61'

red 36 ◦ green 44 ◦ blue 97

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

Shades of Lucky Point #242C61

Tints of Lucky Point #242C61

RGB

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

 GREEN value IS 44 (17.58% from 255) = 24.86%

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

R = 20.34%
G = 24.86%
B = 54.8%

CMYK

 C value IS 0.63

 M value IS 0.55

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#242C61 (or 0x242C61) is known color: Lucky Point. HEX triplet: 24, 2C and 61. RGB value is (36,44,97). Sum of RGB (Red+Green+Blue) = 36+44+97=177 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.34% from 177); Green value is 44 (17.58% from 255 or 24.86% from 177); Blue value is 97 (38.28% from 255 or 54.80% from 177); Max value from RGB is 97 - color contains mainly: blue. Hex color #242C61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242C61 is #DBD39E. Grayscale: #2F2F2F. Windows color (decimal): -14406559 or 6368292. OLE color: 6368292.

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

Color convert

RGB 36 44 97 -
CMYK 0.63 0.55 0 0.62
HSL 232.13º 0.46% 0.26% -
HSV(B) 232.13º 0.63% 0.38% -
XYZ 3.79 3.04 11.7 -
YUV 47.65 155.85 119.69 -
System Red Green Blue C M Y K H S L
Decimal 36 44 97 0.63 0.55 0 0.62 232.13 0.46 0.26
Hex 24 2C 61 3F 37 0 3E E8 2E 1A
Octal 44 54 141 77 67 0 76 350 56 32
Binary 100100 101100 1100001 111111 110111 0 111110 11101000 101110 11010

Color Harmonies of #242C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242C61

Black with #242C61

Text Example


Text Example

White with #242C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242C61; }

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

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

background-color css

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

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

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

border-color css

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

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

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