Html Css Color HEX #242761 Lucky Point

📋 copy color: '#242761'

red 36 ◦ green 39 ◦ blue 97

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

Shades of Lucky Point #242761

Tints of Lucky Point #242761

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.67%

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

R = 20.93%
G = 22.67%
B = 56.4%

CMYK

 C value IS 0.63

 M value IS 0.60

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#242761 (or 0x242761) is known color: Lucky Point. HEX triplet: 24, 27 and 61. RGB value is (36,39,97). Sum of RGB (Red+Green+Blue) = 36+39+97=172 (22% of max value = 765). Red value is 36 (14.45% from 255 or 20.93% from 172); Green value is 39 (15.62% from 255 or 22.67% from 172); Blue value is 97 (38.28% from 255 or 56.40% from 172); Max value from RGB is 97 - color contains mainly: blue. Hex color #242761 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242761 is #DBD89E. Grayscale: #2C2C2C. Windows color (decimal): -14407839 or 6367012. OLE color: 6367012.

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

Color convert

RGB 36 39 97 -
CMYK 0.63 0.60 0 0.62
HSL 237.05º 0.46% 0.26% -
HSV(B) 237.05º 0.63% 0.38% -
XYZ 3.61 2.69 11.64 -
YUV 44.72 157.51 121.78 -
System Red Green Blue C M Y K H S L
Decimal 36 39 97 0.63 0.60 0 0.62 237.05 0.46 0.26
Hex 24 27 61 3F 3C 0 3E ED 2E 1A
Octal 44 47 141 77 74 0 76 355 56 32
Binary 100100 100111 1100001 111111 111100 0 111110 11101101 101110 11010

Color Harmonies of #242761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242761

Black with #242761

Text Example


Text Example

White with #242761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242761; }

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

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

background-color css

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

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

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

border-color css

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

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

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