Html Css Color HEX #272D48 Lucky Point

📋 copy color: '#272D48'

red 39 ◦ green 45 ◦ blue 72

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

Shades of Lucky Point #272D48

Tints of Lucky Point #272D48

RGB

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

 GREEN value IS 45 (17.97% from 255) = 28.85%

 BLUE value IS 72 (28.52% from 255) = 46.15%

R = 25%
G = 28.85%
B = 46.15%

CMYK

 C value IS 0.46

 M value IS 0.38

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#272D48 (or 0x272D48) is known color: Lucky Point. HEX triplet: 27, 2D and 48. RGB value is (39,45,72). Sum of RGB (Red+Green+Blue) = 39+45+72=156 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25% from 156); Green value is 45 (17.97% from 255 or 28.85% from 156); Blue value is 72 (28.52% from 255 or 46.15% from 156); Max value from RGB is 72 - color contains mainly: blue. Hex color #272D48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272D48 is #D8D2B7. Grayscale: #2E2E2E. Windows color (decimal): -14209720 or 4730151. OLE color: 4730151.

HSL color Cylindrical-coordinate representation of color #272D48: hue angle of 229.09º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #272D48 is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 39 45 72 -
CMYK 0.46 0.38 0 0.72
HSL 229.09º 0.3% 0.22% -
HSV(B) 229.09º 0.46% 0.28% -
XYZ 2.94 2.78 6.51 -
YUV 46.28 142.51 122.8 -
System Red Green Blue C M Y K H S L
Decimal 39 45 72 0.46 0.38 0 0.72 229.09 0.3 0.22
Hex 27 2D 48 2E 26 0 48 E5 1E 16
Octal 47 55 110 56 46 0 110 345 36 26
Binary 100111 101101 1001000 101110 100110 0 1001000 11100101 11110 10110

Color Harmonies of #272D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272D48

Black with #272D48

Text Example


Text Example

White with #272D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,45,72); }

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

background-color css

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

 a { background-color: rgb(39,45,72); }

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

border-color css

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

 span { border-color: rgb(39,45,72); }

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