Html Css Color HEX #242662 Lucky Point

📋 copy color: '#242662'

red 36 ◦ green 38 ◦ blue 98

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

Shades of Lucky Point #242662

Tints of Lucky Point #242662

RGB

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

 GREEN value IS 38 (15.23% from 255) = 22.09%

 BLUE value IS 98 (38.67% from 255) = 56.98%

R = 20.93%
G = 22.09%
B = 56.98%

CMYK

 C value IS 0.63

 M value IS 0.61

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#242662 (or 0x242662) is known color: Lucky Point. HEX triplet: 24, 26 and 62. RGB value is (36,38,98). Sum of RGB (Red+Green+Blue) = 36+38+98=172 (22% of max value = 765). Red value is 36 (14.45% from 255 or 20.93% from 172); Green value is 38 (15.23% from 255 or 22.09% from 172); Blue value is 98 (38.67% from 255 or 56.98% from 172); Max value from RGB is 98 - color contains mainly: blue. Hex color #242662 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242662 is #DBD99D. Grayscale: #2C2C2C. Windows color (decimal): -14408094 or 6432292. OLE color: 6432292.

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

Color convert

RGB 36 38 98 -
CMYK 0.63 0.61 0 0.62
HSL 238.06º 0.46% 0.26% -
HSV(B) 238.06º 0.63% 0.38% -
XYZ 3.63 2.64 11.87 -
YUV 44.24 158.34 122.12 -
System Red Green Blue C M Y K H S L
Decimal 36 38 98 0.63 0.61 0 0.62 238.06 0.46 0.26
Hex 24 26 62 3F 3D 0 3E EE 2E 1A
Octal 44 46 142 77 75 0 76 356 56 32
Binary 100100 100110 1100010 111111 111101 0 111110 11101110 101110 11010

Color Harmonies of #242662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242662

Black with #242662

Text Example


Text Example

White with #242662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242662; }

 p { color: rgb(36,38,98); }

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

background-color css

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

 a { background-color: rgb(36,38,98); }

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

border-color css

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

 span { border-color: rgb(36,38,98); }

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