Html Css Color HEX #373565 Deep Koamaru

📋 copy color: '#373565'

red 55 ◦ green 53 ◦ blue 101

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

Shades of Deep Koamaru #373565

Tints of Deep Koamaru #373565

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.36%

 BLUE value IS 101 (39.84% from 255) = 48.33%

R = 26.32%
G = 25.36%
B = 48.33%

CMYK

 C value IS 0.46

 M value IS 0.48

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#373565 (or 0x373565) is known color: Deep Koamaru. HEX triplet: 37, 35 and 65. RGB value is (55,53,101). Sum of RGB (Red+Green+Blue) = 55+53+101=209 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.32% from 209); Green value is 53 (21.09% from 255 or 25.36% from 209); Blue value is 101 (39.84% from 255 or 48.33% from 209); Max value from RGB is 101 - color contains mainly: blue. Hex color #373565 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373565 is #C8CA9A. Grayscale: #3A3A3A. Windows color (decimal): -13159067 or 6632759. OLE color: 6632759.

HSL color Cylindrical-coordinate representation of color #373565: hue angle of 242.5º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #373565 is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 55 53 101 -
CMYK 0.46 0.48 0 0.60
HSL 242.5º 0.31% 0.3% -
HSV(B) 242.5º 0.48% 0.4% -
XYZ 5.2 4.3 12.87 -
YUV 59.07 151.66 125.1 -
System Red Green Blue C M Y K H S L
Decimal 55 53 101 0.46 0.48 0 0.60 242.5 0.31 0.3
Hex 37 35 65 2E 30 0 3C F2 1F 1E
Octal 67 65 145 56 60 0 74 362 37 36
Binary 110111 110101 1100101 101110 110000 0 111100 11110010 11111 11110

Color Harmonies of #373565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373565

Black with #373565

Text Example


Text Example

White with #373565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373565; }

 p { color: rgb(55,53,101); }

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

background-color css

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

 a { background-color: rgb(55,53,101); }

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

border-color css

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

 span { border-color: rgb(55,53,101); }

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