Html Css Color HEX #373963 Deep Koamaru

📋 copy color: '#373963'

red 55 ◦ green 57 ◦ blue 99

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

Shades of Deep Koamaru #373963

Tints of Deep Koamaru #373963

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.01%

 BLUE value IS 99 (39.06% from 255) = 46.92%

R = 26.07%
G = 27.01%
B = 46.92%

CMYK

 C value IS 0.44

 M value IS 0.42

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#373963 (or 0x373963) is known color: Deep Koamaru. HEX triplet: 37, 39 and 63. RGB value is (55,57,99). Sum of RGB (Red+Green+Blue) = 55+57+99=211 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.07% from 211); Green value is 57 (22.66% from 255 or 27.01% from 211); Blue value is 99 (39.06% from 255 or 46.92% from 211); Max value from RGB is 99 - color contains mainly: blue. Hex color #373963 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373963 is #C8C69C. Grayscale: #3D3D3D. Windows color (decimal): -13158045 or 6502711. OLE color: 6502711.

HSL color Cylindrical-coordinate representation of color #373963: hue angle of 237.27º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #373963 is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 55 57 99 -
CMYK 0.44 0.42 0 0.61
HSL 237.27º 0.29% 0.3% -
HSV(B) 237.27º 0.44% 0.39% -
XYZ 5.29 4.64 12.42 -
YUV 61.19 149.34 123.58 -
System Red Green Blue C M Y K H S L
Decimal 55 57 99 0.44 0.42 0 0.61 237.27 0.29 0.3
Hex 37 39 63 2C 2A 0 3D ED 1D 1E
Octal 67 71 143 54 52 0 75 355 35 36
Binary 110111 111001 1100011 101100 101010 0 111101 11101101 11101 11110

Color Harmonies of #373963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373963

Black with #373963

Text Example


Text Example

White with #373963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373963; }

 p { color: rgb(55,57,99); }

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

background-color css

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

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

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

border-color css

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

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

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