Html Css Color HEX #272E5D Lucky Point

📋 copy color: '#272E5D'

red 39 ◦ green 46 ◦ blue 93

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

Shades of Lucky Point #272E5D

Tints of Lucky Point #272E5D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 25.84%

 BLUE value IS 93 (36.72% from 255) = 52.25%

R = 21.91%
G = 25.84%
B = 52.25%

CMYK

 C value IS 0.58

 M value IS 0.51

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#272E5D (or 0x272E5D) is known color: Lucky Point. HEX triplet: 27, 2E and 5D. RGB value is (39,46,93). Sum of RGB (Red+Green+Blue) = 39+46+93=178 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.91% from 178); Green value is 46 (18.36% from 255 or 25.84% from 178); Blue value is 93 (36.72% from 255 or 52.25% from 178); Max value from RGB is 93 - color contains mainly: blue. Hex color #272E5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272E5D is #D8D1A2. Grayscale: #313131. Windows color (decimal): -14209443 or 6106663. OLE color: 6106663.

HSL color Cylindrical-coordinate representation of color #272E5D: hue angle of 232.22º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #272E5D is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 39 46 93 -
CMYK 0.58 0.51 0 0.64
HSL 232.22º 0.41% 0.26% -
HSV(B) 232.22º 0.58% 0.36% -
XYZ 3.79 3.18 10.77 -
YUV 49.27 152.68 120.68 -
System Red Green Blue C M Y K H S L
Decimal 39 46 93 0.58 0.51 0 0.64 232.22 0.41 0.26
Hex 27 2E 5D 3A 33 0 40 E8 29 1A
Octal 47 56 135 72 63 0 100 350 51 32
Binary 100111 101110 1011101 111010 110011 0 1000000 11101000 101001 11010

Color Harmonies of #272E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272E5D

Black with #272E5D

Text Example


Text Example

White with #272E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,46,93); }

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

background-color css

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

 a { background-color: rgb(39,46,93); }

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

border-color css

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

 span { border-color: rgb(39,46,93); }

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