Html Css Color HEX #373262 Deep Koamaru

📋 copy color: '#373262'

red 55 ◦ green 50 ◦ blue 98

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

Shades of Deep Koamaru #373262

Tints of Deep Koamaru #373262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 48.28%

R = 27.09%
G = 24.63%
B = 48.28%

CMYK

 C value IS 0.44

 M value IS 0.49

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#373262 (or 0x373262) is known color: Deep Koamaru. HEX triplet: 37, 32 and 62. RGB value is (55,50,98). Sum of RGB (Red+Green+Blue) = 55+50+98=203 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.09% from 203); Green value is 50 (19.92% from 255 or 24.63% from 203); Blue value is 98 (38.67% from 255 or 48.28% from 203); Max value from RGB is 98 - color contains mainly: blue. Hex color #373262 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373262 is #C8CD9D. Grayscale: #383838. Windows color (decimal): -13159838 or 6435383. OLE color: 6435383.

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

Color convert

RGB 55 50 98 -
CMYK 0.44 0.49 0 0.62
HSL 246.25º 0.32% 0.29% -
HSV(B) 246.25º 0.49% 0.38% -
XYZ 4.92 3.98 12.06 -
YUV 56.97 151.16 126.6 -
System Red Green Blue C M Y K H S L
Decimal 55 50 98 0.44 0.49 0 0.62 246.25 0.32 0.29
Hex 37 32 62 2C 31 0 3E F6 20 1D
Octal 67 62 142 54 61 0 76 366 40 35
Binary 110111 110010 1100010 101100 110001 0 111110 11110110 100000 11101

Color Harmonies of #373262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373262

Black with #373262

Text Example


Text Example

White with #373262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373262; }

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

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

background-color css

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

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

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

border-color css

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

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

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