Html Css Color HEX #272F70 Deep Koamaru

📋 copy color: '#272F70'

red 39 ◦ green 47 ◦ blue 112

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

Shades of Deep Koamaru #272F70

Tints of Deep Koamaru #272F70

RGB

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

 GREEN value IS 47 (18.75% from 255) = 23.74%

 BLUE value IS 112 (44.14% from 255) = 56.57%

R = 19.7%
G = 23.74%
B = 56.57%

CMYK

 C value IS 0.65

 M value IS 0.58

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#272F70 (or 0x272F70) is known color: Deep Koamaru. HEX triplet: 27, 2F and 70. RGB value is (39,47,112). Sum of RGB (Red+Green+Blue) = 39+47+112=198 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.70% from 198); Green value is 47 (18.75% from 255 or 23.74% from 198); Blue value is 112 (44.14% from 255 or 56.57% from 198); Max value from RGB is 112 - color contains mainly: blue. Hex color #272F70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272F70 is #D8D08F. Grayscale: #333333. Windows color (decimal): -14209168 or 7352103. OLE color: 7352103.

HSL color Cylindrical-coordinate representation of color #272F70: hue angle of 233.42º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #272F70 is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 39 47 112 -
CMYK 0.65 0.58 0 0.56
HSL 233.42º 0.48% 0.3% -
HSV(B) 233.42º 0.65% 0.44% -
XYZ 4.78 3.63 15.78 -
YUV 52.02 161.85 118.71 -
System Red Green Blue C M Y K H S L
Decimal 39 47 112 0.65 0.58 0 0.56 233.42 0.48 0.3
Hex 27 2F 70 41 3A 0 38 E9 30 1E
Octal 47 57 160 101 72 0 70 351 60 36
Binary 100111 101111 1110000 1000001 111010 0 111000 11101001 110000 11110

Color Harmonies of #272F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272F70

Black with #272F70

Text Example


Text Example

White with #272F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,47,112); }

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

background-color css

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

 a { background-color: rgb(39,47,112); }

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

border-color css

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

 span { border-color: rgb(39,47,112); }

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