Html Css Color HEX #373260 Deep Koamaru

📋 copy color: '#373260'

red 55 ◦ green 50 ◦ blue 96

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

Shades of Deep Koamaru #373260

Tints of Deep Koamaru #373260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 47.76%

R = 27.36%
G = 24.88%
B = 47.76%

CMYK

 C value IS 0.43

 M value IS 0.48

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#373260 (or 0x373260) is known color: Deep Koamaru. HEX triplet: 37, 32 and 60. RGB value is (55,50,96). Sum of RGB (Red+Green+Blue) = 55+50+96=201 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.36% from 201); Green value is 50 (19.92% from 255 or 24.88% from 201); Blue value is 96 (37.89% from 255 or 47.76% from 201); Max value from RGB is 96 - color contains mainly: blue. Hex color #373260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373260 is #C8CD9F. Grayscale: #383838. Windows color (decimal): -13159840 or 6304311. OLE color: 6304311.

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

Color convert

RGB 55 50 96 -
CMYK 0.43 0.48 0 0.62
HSL 246.52º 0.32% 0.29% -
HSV(B) 246.52º 0.48% 0.38% -
XYZ 4.83 3.94 11.57 -
YUV 56.74 150.16 126.76 -
System Red Green Blue C M Y K H S L
Decimal 55 50 96 0.43 0.48 0 0.62 246.52 0.32 0.29
Hex 37 32 60 2B 30 0 3E F7 20 1D
Octal 67 62 140 53 60 0 76 367 40 35
Binary 110111 110010 1100000 101011 110000 0 111110 11110111 100000 11101

Color Harmonies of #373260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373260

Black with #373260

Text Example


Text Example

White with #373260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373260; }

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

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

background-color css

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

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

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

border-color css

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

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

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