Html Css Color HEX #272F60 Lucky Point

📋 copy color: '#272F60'

red 39 ◦ green 47 ◦ blue 96

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

Shades of Lucky Point #272F60

Tints of Lucky Point #272F60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 52.75%

R = 21.43%
G = 25.82%
B = 52.75%

CMYK

 C value IS 0.59

 M value IS 0.51

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#272F60 (or 0x272F60) is known color: Lucky Point. HEX triplet: 27, 2F and 60. RGB value is (39,47,96). Sum of RGB (Red+Green+Blue) = 39+47+96=182 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.43% from 182); Green value is 47 (18.75% from 255 or 25.82% from 182); Blue value is 96 (37.89% from 255 or 52.75% from 182); Max value from RGB is 96 - color contains mainly: blue. Hex color #272F60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272F60 is #D8D09F. Grayscale: #313131. Windows color (decimal): -14209184 or 6303527. OLE color: 6303527.

HSL color Cylindrical-coordinate representation of color #272F60: hue angle of 231.58º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #272F60 is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 39 47 96 -
CMYK 0.59 0.51 0 0.62
HSL 231.58º 0.42% 0.26% -
HSV(B) 231.58º 0.59% 0.38% -
XYZ 3.96 3.31 11.5 -
YUV 50.19 153.85 120.02 -
System Red Green Blue C M Y K H S L
Decimal 39 47 96 0.59 0.51 0 0.62 231.58 0.42 0.26
Hex 27 2F 60 3B 33 0 3E E8 2A 1A
Octal 47 57 140 73 63 0 76 350 52 32
Binary 100111 101111 1100000 111011 110011 0 111110 11101000 101010 11010

Color Harmonies of #272F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272F60

Black with #272F60

Text Example


Text Example

White with #272F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272F60; }

 p { color: rgb(39,47,96); }

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

background-color css

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

 a { background-color: rgb(39,47,96); }

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

border-color css

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

 span { border-color: rgb(39,47,96); }

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