Html Css Color HEX #242F62 Lucky Point

📋 copy color: '#242F62'

red 36 ◦ green 47 ◦ blue 98

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

Shades of Lucky Point #242F62

Tints of Lucky Point #242F62

RGB

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

 GREEN value IS 47 (18.75% from 255) = 25.97%

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

R = 19.89%
G = 25.97%
B = 54.14%

CMYK

 C value IS 0.63

 M value IS 0.52

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#242F62 (or 0x242F62) is known color: Lucky Point. HEX triplet: 24, 2F and 62. RGB value is (36,47,98). Sum of RGB (Red+Green+Blue) = 36+47+98=181 (23% of max value = 765). Red value is 36 (14.45% from 255 or 19.89% from 181); Green value is 47 (18.75% from 255 or 25.97% from 181); Blue value is 98 (38.67% from 255 or 54.14% from 181); Max value from RGB is 98 - color contains mainly: blue. Hex color #242F62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242F62 is #DBD09D. Grayscale: #313131. Windows color (decimal): -14405790 or 6434596. OLE color: 6434596.

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

Color convert

RGB 36 47 98 -
CMYK 0.63 0.52 0 0.62
HSL 229.35º 0.46% 0.26% -
HSV(B) 229.35º 0.63% 0.38% -
XYZ 3.95 3.29 11.98 -
YUV 49.53 155.36 118.35 -
System Red Green Blue C M Y K H S L
Decimal 36 47 98 0.63 0.52 0 0.62 229.35 0.46 0.26
Hex 24 2F 62 3F 34 0 3E E5 2E 1A
Octal 44 57 142 77 64 0 76 345 56 32
Binary 100100 101111 1100010 111111 110100 0 111110 11100101 101110 11010

Color Harmonies of #242F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242F62

Black with #242F62

Text Example


Text Example

White with #242F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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