Html Css Color HEX #273070 Deep Koamaru

📋 copy color: '#273070'

red 39 ◦ green 48 ◦ blue 112

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

Shades of Deep Koamaru #273070

Tints of Deep Koamaru #273070

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24.12%

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

R = 19.6%
G = 24.12%
B = 56.28%

CMYK

 C value IS 0.65

 M value IS 0.57

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#273070 (or 0x273070) is known color: Deep Koamaru. HEX triplet: 27, 30 and 70. RGB value is (39,48,112). Sum of RGB (Red+Green+Blue) = 39+48+112=199 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.60% from 199); Green value is 48 (19.14% from 255 or 24.12% from 199); Blue value is 112 (44.14% from 255 or 56.28% from 199); Max value from RGB is 112 - color contains mainly: blue. Hex color #273070 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273070 is #D8CF8F. Grayscale: #343434. Windows color (decimal): -14208912 or 7352359. OLE color: 7352359.

HSL color Cylindrical-coordinate representation of color #273070: hue angle of 232.6º 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 #273070 is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 39 48 112 -
CMYK 0.65 0.57 0 0.56
HSL 232.6º 0.48% 0.3% -
HSV(B) 232.6º 0.65% 0.44% -
XYZ 4.82 3.72 15.79 -
YUV 52.61 161.52 118.3 -
System Red Green Blue C M Y K H S L
Decimal 39 48 112 0.65 0.57 0 0.56 232.6 0.48 0.3
Hex 27 30 70 41 39 0 38 E9 30 1E
Octal 47 60 160 101 71 0 70 351 60 36
Binary 100111 110000 1110000 1000001 111001 0 111000 11101001 110000 11110

Color Harmonies of #273070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273070

Black with #273070

Text Example


Text Example

White with #273070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273070; }

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

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

background-color css

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

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

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

border-color css

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

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

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