Html Css Color HEX #373070 Deep Koamaru

📋 copy color: '#373070'

red 55 ◦ green 48 ◦ blue 112

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

Shades of Deep Koamaru #373070

Tints of Deep Koamaru #373070

RGB

 RED value IS 55 (21.88% from 255) = 25.58%

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

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

R = 25.58%
G = 22.33%
B = 52.09%

CMYK

 C value IS 0.51

 M value IS 0.57

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#373070 (or 0x373070) is known color: Deep Koamaru. HEX triplet: 37, 30 and 70. RGB value is (55,48,112). Sum of RGB (Red+Green+Blue) = 55+48+112=215 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.58% from 215); Green value is 48 (19.14% from 255 or 22.33% from 215); Blue value is 112 (44.14% from 255 or 52.09% from 215); Max value from RGB is 112 - color contains mainly: blue. Hex color #373070 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373070 is #C8CF8F. Grayscale: #393939. Windows color (decimal): -13160336 or 7352375. OLE color: 7352375.

HSL color Cylindrical-coordinate representation of color #373070: hue angle of 246.56º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #373070 is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 48 112 -
CMYK 0.51 0.57 0 0.56
HSL 246.56º 0.4% 0.31% -
HSV(B) 246.56º 0.57% 0.44% -
XYZ 5.56 4.1 15.83 -
YUV 57.39 158.82 126.3 -
System Red Green Blue C M Y K H S L
Decimal 55 48 112 0.51 0.57 0 0.56 246.56 0.4 0.31
Hex 37 30 70 33 39 0 38 F7 28 1F
Octal 67 60 160 63 71 0 70 367 50 37
Binary 110111 110000 1110000 110011 111001 0 111000 11110111 101000 11111

Color Harmonies of #373070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373070

Black with #373070

Text Example


Text Example

White with #373070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373070; }

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

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

background-color css

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

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

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

border-color css

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

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

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