Html Css Color HEX #373263 Deep Koamaru

📋 copy color: '#373263'

red 55 ◦ green 50 ◦ blue 99

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

Shades of Deep Koamaru #373263

Tints of Deep Koamaru #373263

RGB

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

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

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

R = 26.96%
G = 24.51%
B = 48.53%

CMYK

 C value IS 0.44

 M value IS 0.49

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#373263 (or 0x373263) is known color: Deep Koamaru. HEX triplet: 37, 32 and 63. RGB value is (55,50,99). Sum of RGB (Red+Green+Blue) = 55+50+99=204 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.96% from 204); Green value is 50 (19.92% from 255 or 24.51% from 204); Blue value is 99 (39.06% from 255 or 48.53% from 204); Max value from RGB is 99 - color contains mainly: blue. Hex color #373263 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373263 is #C8CD9C. Grayscale: #383838. Windows color (decimal): -13159837 or 6500919. OLE color: 6500919.

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

Color convert

RGB 55 50 99 -
CMYK 0.44 0.49 0 0.61
HSL 246.12º 0.33% 0.29% -
HSV(B) 246.12º 0.49% 0.39% -
XYZ 4.97 3.99 12.31 -
YUV 57.08 151.66 126.52 -
System Red Green Blue C M Y K H S L
Decimal 55 50 99 0.44 0.49 0 0.61 246.12 0.33 0.29
Hex 37 32 63 2C 31 0 3D F6 21 1D
Octal 67 62 143 54 61 0 75 366 41 35
Binary 110111 110010 1100011 101100 110001 0 111101 11110110 100001 11101

Color Harmonies of #373263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373263

Black with #373263

Text Example


Text Example

White with #373263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373263; }

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

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

background-color css

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

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

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

border-color css

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

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

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