Html Css Color HEX #273161 Lucky Point

📋 copy color: '#273161'

red 39 ◦ green 49 ◦ blue 97

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

Shades of Lucky Point #273161

Tints of Lucky Point #273161

RGB

 RED value IS 39 (15.63% from 255) = 21.08%

 GREEN value IS 49 (19.53% from 255) = 26.49%

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

R = 21.08%
G = 26.49%
B = 52.43%

CMYK

 C value IS 0.60

 M value IS 0.49

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#273161 (or 0x273161) is known color: Lucky Point. HEX triplet: 27, 31 and 61. RGB value is (39,49,97). Sum of RGB (Red+Green+Blue) = 39+49+97=185 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.08% from 185); Green value is 49 (19.53% from 255 or 26.49% from 185); Blue value is 97 (38.28% from 255 or 52.43% from 185); Max value from RGB is 97 - color contains mainly: blue. Hex color #273161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273161 is #D8CE9E. Grayscale: #333333. Windows color (decimal): -14208671 or 6369575. OLE color: 6369575.

HSL color Cylindrical-coordinate representation of color #273161: hue angle of 229.66º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #273161 is Cyan = 0.60, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 39 49 97 -
CMYK 0.60 0.49 0 0.62
HSL 229.66º 0.43% 0.27% -
HSV(B) 229.66º 0.6% 0.38% -
XYZ 4.09 3.49 11.77 -
YUV 51.48 153.69 119.1 -
System Red Green Blue C M Y K H S L
Decimal 39 49 97 0.60 0.49 0 0.62 229.66 0.43 0.27
Hex 27 31 61 3C 31 0 3E E6 2B 1B
Octal 47 61 141 74 61 0 76 346 53 33
Binary 100111 110001 1100001 111100 110001 0 111110 11100110 101011 11011

Color Harmonies of #273161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273161

Black with #273161

Text Example


Text Example

White with #273161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273161; }

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

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

background-color css

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

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

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

border-color css

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

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

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