Html Css Color HEX #273061 Lucky Point

📋 copy color: '#273061'

red 39 ◦ green 48 ◦ blue 97

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

Shades of Lucky Point #273061

Tints of Lucky Point #273061

RGB

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

 GREEN value IS 48 (19.14% from 255) = 26.09%

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

R = 21.2%
G = 26.09%
B = 52.72%

CMYK

 C value IS 0.60

 M value IS 0.51

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#273061 (or 0x273061) is known color: Lucky Point. HEX triplet: 27, 30 and 61. RGB value is (39,48,97). Sum of RGB (Red+Green+Blue) = 39+48+97=184 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.20% from 184); Green value is 48 (19.14% from 255 or 26.09% from 184); Blue value is 97 (38.28% from 255 or 52.72% from 184); Max value from RGB is 97 - color contains mainly: blue. Hex color #273061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273061 is #D8CF9E. Grayscale: #323232. Windows color (decimal): -14208927 or 6369319. OLE color: 6369319.

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

Color convert

RGB 39 48 97 -
CMYK 0.60 0.51 0 0.62
HSL 230.69º 0.43% 0.27% -
HSV(B) 230.69º 0.6% 0.38% -
XYZ 4.05 3.41 11.75 -
YUV 50.9 154.02 119.52 -
System Red Green Blue C M Y K H S L
Decimal 39 48 97 0.60 0.51 0 0.62 230.69 0.43 0.27
Hex 27 30 61 3C 33 0 3E E7 2B 1B
Octal 47 60 141 74 63 0 76 347 53 33
Binary 100111 110000 1100001 111100 110011 0 111110 11100111 101011 11011

Color Harmonies of #273061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273061

Black with #273061

Text Example


Text Example

White with #273061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273061; }

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

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

background-color css

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

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

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

border-color css

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

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

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