Html Css Color HEX #242F53 Lucky Point

📋 copy color: '#242F53'

red 36 ◦ green 47 ◦ blue 83

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

Shades of Lucky Point #242F53

Tints of Lucky Point #242F53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 50%

R = 21.69%
G = 28.31%
B = 50%

CMYK

 C value IS 0.57

 M value IS 0.43

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#242F53 (or 0x242F53) is known color: Lucky Point. HEX triplet: 24, 2F and 53. RGB value is (36,47,83). Sum of RGB (Red+Green+Blue) = 36+47+83=166 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.69% from 166); Green value is 47 (18.75% from 255 or 28.31% from 166); Blue value is 83 (32.81% from 255 or 50% from 166); Max value from RGB is 83 - color contains mainly: blue. Hex color #242F53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242F53 is #DBD0AC. Grayscale: #2F2F2F. Windows color (decimal): -14405805 or 5451556. OLE color: 5451556.

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

Color convert

RGB 36 47 83 -
CMYK 0.57 0.43 0 0.67
HSL 225.96º 0.39% 0.23% -
HSV(B) 225.96º 0.57% 0.33% -
XYZ 3.31 3.03 8.59 -
YUV 47.82 147.86 119.57 -
System Red Green Blue C M Y K H S L
Decimal 36 47 83 0.57 0.43 0 0.67 225.96 0.39 0.23
Hex 24 2F 53 39 2B 0 43 E2 27 17
Octal 44 57 123 71 53 0 103 342 47 27
Binary 100100 101111 1010011 111001 101011 0 1000011 11100010 100111 10111

Color Harmonies of #242F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242F53

Black with #242F53

Text Example


Text Example

White with #242F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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