Html Css Color HEX #373B68 Deep Koamaru

📋 copy color: '#373B68'

red 55 ◦ green 59 ◦ blue 104

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

Shades of Deep Koamaru #373B68

Tints of Deep Koamaru #373B68

RGB

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

 GREEN value IS 59 (23.44% from 255) = 27.06%

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

R = 25.23%
G = 27.06%
B = 47.71%

CMYK

 C value IS 0.47

 M value IS 0.43

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#373B68 (or 0x373B68) is known color: Deep Koamaru. HEX triplet: 37, 3B and 68. RGB value is (55,59,104). Sum of RGB (Red+Green+Blue) = 55+59+104=218 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.23% from 218); Green value is 59 (23.44% from 255 or 27.06% from 218); Blue value is 104 (41.02% from 255 or 47.71% from 218); Max value from RGB is 104 - color contains mainly: blue. Hex color #373B68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373B68 is #C8C497. Grayscale: #3E3E3E. Windows color (decimal): -13157528 or 6830903. OLE color: 6830903.

HSL color Cylindrical-coordinate representation of color #373B68: hue angle of 235.1º 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 #373B68 is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 55 59 104 -
CMYK 0.47 0.43 0 0.59
HSL 235.1º 0.31% 0.31% -
HSV(B) 235.1º 0.47% 0.41% -
XYZ 5.64 4.94 13.75 -
YUV 62.93 151.17 122.34 -
System Red Green Blue C M Y K H S L
Decimal 55 59 104 0.47 0.43 0 0.59 235.1 0.31 0.31
Hex 37 3B 68 2F 2B 0 3B EB 1F 1F
Octal 67 73 150 57 53 0 73 353 37 37
Binary 110111 111011 1101000 101111 101011 0 111011 11101011 11111 11111

Color Harmonies of #373B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373B68

Black with #373B68

Text Example


Text Example

White with #373B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373B68; }

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

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

background-color css

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

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

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

border-color css

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

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

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