Html Css Color HEX #373265 Deep Koamaru

📋 copy color: '#373265'

red 55 ◦ green 50 ◦ blue 101

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

Shades of Deep Koamaru #373265

Tints of Deep Koamaru #373265

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.27%

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

R = 26.7%
G = 24.27%
B = 49.03%

CMYK

 C value IS 0.46

 M value IS 0.50

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#373265 (or 0x373265) is known color: Deep Koamaru. HEX triplet: 37, 32 and 65. RGB value is (55,50,101). Sum of RGB (Red+Green+Blue) = 55+50+101=206 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.70% from 206); Green value is 50 (19.92% from 255 or 24.27% from 206); Blue value is 101 (39.84% from 255 or 49.03% from 206); Max value from RGB is 101 - color contains mainly: blue. Hex color #373265 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373265 is #C8CD9A. Grayscale: #393939. Windows color (decimal): -13159835 or 6631991. OLE color: 6631991.

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

Color convert

RGB 55 50 101 -
CMYK 0.46 0.50 0 0.60
HSL 245.88º 0.34% 0.3% -
HSV(B) 245.88º 0.5% 0.4% -
XYZ 5.07 4.03 12.82 -
YUV 57.31 152.66 126.35 -
System Red Green Blue C M Y K H S L
Decimal 55 50 101 0.46 0.50 0 0.60 245.88 0.34 0.3
Hex 37 32 65 2E 32 0 3C F6 22 1E
Octal 67 62 145 56 62 0 74 366 42 36
Binary 110111 110010 1100101 101110 110010 0 111100 11110110 100010 11110

Color Harmonies of #373265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373265

Black with #373265

Text Example


Text Example

White with #373265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373265; }

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

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

background-color css

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

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

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

border-color css

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

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

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