Html Css Color HEX #242F54 Lucky Point

📋 copy color: '#242F54'

red 36 ◦ green 47 ◦ blue 84

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

Shades of Lucky Point #242F54

Tints of Lucky Point #242F54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 50.3%

R = 21.56%
G = 28.14%
B = 50.3%

CMYK

 C value IS 0.57

 M value IS 0.44

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#242F54 (or 0x242F54) is known color: Lucky Point. HEX triplet: 24, 2F and 54. RGB value is (36,47,84). Sum of RGB (Red+Green+Blue) = 36+47+84=167 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.56% from 167); Green value is 47 (18.75% from 255 or 28.14% from 167); Blue value is 84 (33.20% from 255 or 50.30% from 167); Max value from RGB is 84 - color contains mainly: blue. Hex color #242F54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242F54 is #DBD0AB. Grayscale: #2F2F2F. Windows color (decimal): -14405804 or 5517092. OLE color: 5517092.

HSL color Cylindrical-coordinate representation of color #242F54: hue angle of 226.25º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #242F54 is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 36 47 84 -
CMYK 0.57 0.44 0 0.67
HSL 226.25º 0.4% 0.24% -
HSV(B) 226.25º 0.57% 0.33% -
XYZ 3.34 3.05 8.8 -
YUV 47.93 148.36 119.49 -
System Red Green Blue C M Y K H S L
Decimal 36 47 84 0.57 0.44 0 0.67 226.25 0.4 0.24
Hex 24 2F 54 39 2C 0 43 E2 28 18
Octal 44 57 124 71 54 0 103 342 50 30
Binary 100100 101111 1010100 111001 101100 0 1000011 11100010 101000 11000

Color Harmonies of #242F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242F54

Black with #242F54

Text Example


Text Example

White with #242F54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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