Html Css Color HEX #272C76 Deep Koamaru

📋 copy color: '#272C76'

red 39 ◦ green 44 ◦ blue 118

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

Shades of Deep Koamaru #272C76

Tints of Deep Koamaru #272C76

RGB

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

 GREEN value IS 44 (17.58% from 255) = 21.89%

 BLUE value IS 118 (46.48% from 255) = 58.71%

R = 19.4%
G = 21.89%
B = 58.71%

CMYK

 C value IS 0.67

 M value IS 0.63

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#272C76 (or 0x272C76) is known color: Deep Koamaru. HEX triplet: 27, 2C and 76. RGB value is (39,44,118). Sum of RGB (Red+Green+Blue) = 39+44+118=201 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.40% from 201); Green value is 44 (17.58% from 255 or 21.89% from 201); Blue value is 118 (46.48% from 255 or 58.71% from 201); Max value from RGB is 118 - color contains mainly: blue. Hex color #272C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272C76 is #D8D389. Grayscale: #323232. Windows color (decimal): -14209930 or 7744551. OLE color: 7744551.

HSL color Cylindrical-coordinate representation of color #272C76: hue angle of 236.2º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #272C76 is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 39 44 118 -
CMYK 0.67 0.63 0 0.54
HSL 236.2º 0.5% 0.31% -
HSV(B) 236.2º 0.67% 0.46% -
XYZ 5.01 3.54 17.56 -
YUV 50.94 165.84 119.48 -
System Red Green Blue C M Y K H S L
Decimal 39 44 118 0.67 0.63 0 0.54 236.2 0.5 0.31
Hex 27 2C 76 43 3F 0 36 EC 32 1F
Octal 47 54 166 103 77 0 66 354 62 37
Binary 100111 101100 1110110 1000011 111111 0 110110 11101100 110010 11111

Color Harmonies of #272C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272C76

Black with #272C76

Text Example


Text Example

White with #272C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,44,118); }

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

background-color css

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

 a { background-color: rgb(39,44,118); }

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

border-color css

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

 span { border-color: rgb(39,44,118); }

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