Html Css Color HEX #272B76 Deep Koamaru

📋 copy color: '#272B76'

red 39 ◦ green 43 ◦ blue 118

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

Shades of Deep Koamaru #272B76

Tints of Deep Koamaru #272B76

RGB

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

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

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

R = 19.5%
G = 21.5%
B = 59%

CMYK

 C value IS 0.67

 M value IS 0.64

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#272B76 (or 0x272B76) is known color: Deep Koamaru. HEX triplet: 27, 2B and 76. RGB value is (39,43,118). Sum of RGB (Red+Green+Blue) = 39+43+118=200 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.5% from 200); Green value is 43 (17.19% from 255 or 21.5% from 200); Blue value is 118 (46.48% from 255 or 59% from 200); Max value from RGB is 118 - color contains mainly: blue. Hex color #272B76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272B76 is #D8D489. Grayscale: #323232. Windows color (decimal): -14210186 or 7744295. OLE color: 7744295.

HSL color Cylindrical-coordinate representation of color #272B76: hue angle of 236.96º 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 #272B76 is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 39 43 118 -
CMYK 0.67 0.64 0 0.54
HSL 236.96º 0.5% 0.31% -
HSV(B) 236.96º 0.67% 0.46% -
XYZ 4.97 3.47 17.55 -
YUV 50.35 166.17 119.9 -
System Red Green Blue C M Y K H S L
Decimal 39 43 118 0.67 0.64 0 0.54 236.96 0.5 0.31
Hex 27 2B 76 43 40 0 36 ED 32 1F
Octal 47 53 166 103 100 0 66 355 62 37
Binary 100111 101011 1110110 1000011 1000000 0 110110 11101101 110010 11111

Color Harmonies of #272B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272B76

Black with #272B76

Text Example


Text Example

White with #272B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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