Html Css Color HEX #272B74 Deep Koamaru

📋 copy color: '#272B74'

red 39 ◦ green 43 ◦ blue 116

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

Shades of Deep Koamaru #272B74

Tints of Deep Koamaru #272B74

RGB

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

 GREEN value IS 43 (17.19% from 255) = 21.72%

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

R = 19.7%
G = 21.72%
B = 58.59%

CMYK

 C value IS 0.66

 M value IS 0.63

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#272B74 (or 0x272B74) is known color: Deep Koamaru. HEX triplet: 27, 2B and 74. RGB value is (39,43,116). Sum of RGB (Red+Green+Blue) = 39+43+116=198 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.70% from 198); Green value is 43 (17.19% from 255 or 21.72% from 198); Blue value is 116 (45.70% from 255 or 58.59% from 198); Max value from RGB is 116 - color contains mainly: blue. Hex color #272B74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272B74 is #D8D48B. Grayscale: #313131. Windows color (decimal): -14210188 or 7613223. OLE color: 7613223.

HSL color Cylindrical-coordinate representation of color #272B74: hue angle of 236.88º 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 #272B74 is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 39 43 116 -
CMYK 0.66 0.63 0 0.55
HSL 236.88º 0.5% 0.3% -
HSV(B) 236.88º 0.66% 0.45% -
XYZ 4.85 3.42 16.93 -
YUV 50.13 165.17 120.06 -
System Red Green Blue C M Y K H S L
Decimal 39 43 116 0.66 0.63 0 0.55 236.88 0.5 0.3
Hex 27 2B 74 42 3F 0 37 ED 32 1E
Octal 47 53 164 102 77 0 67 355 62 36
Binary 100111 101011 1110100 1000010 111111 0 110111 11101101 110010 11110

Color Harmonies of #272B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272B74

Black with #272B74

Text Example


Text Example

White with #272B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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