Html Css Color HEX #272C74 Deep Koamaru

📋 copy color: '#272C74'

red 39 ◦ green 44 ◦ blue 116

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

Shades of Deep Koamaru #272C74

Tints of Deep Koamaru #272C74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 58.29%

R = 19.6%
G = 22.11%
B = 58.29%

CMYK

 C value IS 0.66

 M value IS 0.62

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#272C74 (or 0x272C74) is known color: Deep Koamaru. HEX triplet: 27, 2C and 74. RGB value is (39,44,116). Sum of RGB (Red+Green+Blue) = 39+44+116=199 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.60% from 199); Green value is 44 (17.58% from 255 or 22.11% from 199); Blue value is 116 (45.70% from 255 or 58.29% from 199); Max value from RGB is 116 - color contains mainly: blue. Hex color #272C74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272C74 is #D8D38B. Grayscale: #323232. Windows color (decimal): -14209932 or 7613479. OLE color: 7613479.

HSL color Cylindrical-coordinate representation of color #272C74: hue angle of 236.1º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #272C74 is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 39 44 116 -
CMYK 0.66 0.62 0 0.55
HSL 236.1º 0.5% 0.3% -
HSV(B) 236.1º 0.66% 0.45% -
XYZ 4.89 3.49 16.94 -
YUV 50.71 164.84 119.65 -
System Red Green Blue C M Y K H S L
Decimal 39 44 116 0.66 0.62 0 0.55 236.1 0.5 0.3
Hex 27 2C 74 42 3E 0 37 EC 32 1E
Octal 47 54 164 102 76 0 67 354 62 36
Binary 100111 101100 1110100 1000010 111110 0 110111 11101100 110010 11110

Color Harmonies of #272C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272C74

Black with #272C74

Text Example


Text Example

White with #272C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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