Html Css Color HEX #373768 Deep Koamaru

📋 copy color: '#373768'

red 55 ◦ green 55 ◦ blue 104

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

Shades of Deep Koamaru #373768

Tints of Deep Koamaru #373768

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.7%

 BLUE value IS 104 (41.02% from 255) = 48.6%

R = 25.7%
G = 25.7%
B = 48.6%

CMYK

 C value IS 0.47

 M value IS 0.47

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#373768 (or 0x373768) is known color: Deep Koamaru. HEX triplet: 37, 37 and 68. RGB value is (55,55,104). Sum of RGB (Red+Green+Blue) = 55+55+104=214 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.70% from 214); Green value is 55 (21.88% from 255 or 25.70% from 214); Blue value is 104 (41.02% from 255 or 48.60% from 214); Max value from RGB is 104 - color contains mainly: blue. Hex color #373768 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373768 is #C8C897. Grayscale: #3C3C3C. Windows color (decimal): -13158552 or 6829879. OLE color: 6829879.

HSL color Cylindrical-coordinate representation of color #373768: hue angle of 240º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #373768 is Cyan = 0.47, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 55 55 104 -
CMYK 0.47 0.47 0 0.59
HSL 240º 0.31% 0.31% -
HSV(B) 240º 0.47% 0.41% -
XYZ 5.44 4.54 13.69 -
YUV 60.59 152.5 124.02 -
System Red Green Blue C M Y K H S L
Decimal 55 55 104 0.47 0.47 0 0.59 240 0.31 0.31
Hex 37 37 68 2F 2F 0 3B F0 1F 1F
Octal 67 67 150 57 57 0 73 360 37 37
Binary 110111 110111 1101000 101111 101111 0 111011 11110000 11111 11111

Color Harmonies of #373768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373768

Black with #373768

Text Example


Text Example

White with #373768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373768; }

 p { color: rgb(55,55,104); }

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

background-color css

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

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

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

border-color css

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

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

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