Html Css Color HEX #373268 Deep Koamaru

📋 copy color: '#373268'

red 55 ◦ green 50 ◦ blue 104

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

Shades of Deep Koamaru #373268

Tints of Deep Koamaru #373268

RGB

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

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

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

R = 26.32%
G = 23.92%
B = 49.76%

CMYK

 C value IS 0.47

 M value IS 0.52

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#373268 (or 0x373268) is known color: Deep Koamaru. HEX triplet: 37, 32 and 68. RGB value is (55,50,104). Sum of RGB (Red+Green+Blue) = 55+50+104=209 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.32% from 209); Green value is 50 (19.92% from 255 or 23.92% from 209); Blue value is 104 (41.02% from 255 or 49.76% from 209); Max value from RGB is 104 - color contains mainly: blue. Hex color #373268 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373268 is #C8CD97. Grayscale: #393939. Windows color (decimal): -13159832 or 6828599. OLE color: 6828599.

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

Color convert

RGB 55 50 104 -
CMYK 0.47 0.52 0 0.59
HSL 245.56º 0.35% 0.3% -
HSV(B) 245.56º 0.52% 0.41% -
XYZ 5.21 4.09 13.61 -
YUV 57.65 154.16 126.11 -
System Red Green Blue C M Y K H S L
Decimal 55 50 104 0.47 0.52 0 0.59 245.56 0.35 0.3
Hex 37 32 68 2F 34 0 3B F6 23 1E
Octal 67 62 150 57 64 0 73 366 43 36
Binary 110111 110010 1101000 101111 110100 0 111011 11110110 100011 11110

Color Harmonies of #373268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373268

Black with #373268

Text Example


Text Example

White with #373268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373268; }

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

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

background-color css

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

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

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

border-color css

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

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

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