Html Css Color HEX #373475 Deep Koamaru

📋 copy color: '#373475'

red 55 ◦ green 52 ◦ blue 117

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

Shades of Deep Koamaru #373475

Tints of Deep Koamaru #373475

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.21%

 BLUE value IS 117 (46.09% from 255) = 52.23%

R = 24.55%
G = 23.21%
B = 52.23%

CMYK

 C value IS 0.53

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#373475 (or 0x373475) is known color: Deep Koamaru. HEX triplet: 37, 34 and 75. RGB value is (55,52,117). Sum of RGB (Red+Green+Blue) = 55+52+117=224 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.55% from 224); Green value is 52 (20.70% from 255 or 23.21% from 224); Blue value is 117 (46.09% from 255 or 52.23% from 224); Max value from RGB is 117 - color contains mainly: blue. Hex color #373475 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373475 is #C8CB8A. Grayscale: #3C3C3C. Windows color (decimal): -13159307 or 7681079. OLE color: 7681079.

HSL color Cylindrical-coordinate representation of color #373475: hue angle of 242.77º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #373475 is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 55 52 117 -
CMYK 0.53 0.56 0 0.54
HSL 242.77º 0.38% 0.33% -
HSV(B) 242.77º 0.56% 0.46% -
XYZ 6.01 4.55 17.39 -
YUV 60.31 159.99 124.21 -
System Red Green Blue C M Y K H S L
Decimal 55 52 117 0.53 0.56 0 0.54 242.77 0.38 0.33
Hex 37 34 75 35 38 0 36 F3 26 21
Octal 67 64 165 65 70 0 66 363 46 41
Binary 110111 110100 1110101 110101 111000 0 110110 11110011 100110 100001

Color Harmonies of #373475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373475

Black with #373475

Text Example


Text Example

White with #373475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373475; }

 p { color: rgb(55,52,117); }

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

background-color css

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

 a { background-color: rgb(55,52,117); }

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

border-color css

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

 span { border-color: rgb(55,52,117); }

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