Html Css Color HEX #373266 Deep Koamaru

📋 copy color: '#373266'

red 55 ◦ green 50 ◦ blue 102

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

Shades of Deep Koamaru #373266

Tints of Deep Koamaru #373266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 49.28%

R = 26.57%
G = 24.15%
B = 49.28%

CMYK

 C value IS 0.46

 M value IS 0.51

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#373266 (or 0x373266) is known color: Deep Koamaru. HEX triplet: 37, 32 and 66. RGB value is (55,50,102). Sum of RGB (Red+Green+Blue) = 55+50+102=207 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.57% from 207); Green value is 50 (19.92% from 255 or 24.15% from 207); Blue value is 102 (40.23% from 255 or 49.28% from 207); Max value from RGB is 102 - color contains mainly: blue. Hex color #373266 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373266 is #C8CD99. Grayscale: #393939. Windows color (decimal): -13159834 or 6697527. OLE color: 6697527.

HSL color Cylindrical-coordinate representation of color #373266: hue angle of 245.77º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #373266 is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 55 50 102 -
CMYK 0.46 0.51 0 0.6
HSL 245.77º 0.34% 0.3% -
HSV(B) 245.77º 0.51% 0.4% -
XYZ 5.11 4.05 13.08 -
YUV 57.42 153.16 126.27 -
System Red Green Blue C M Y K H S L
Decimal 55 50 102 0.46 0.51 0 0.6 245.77 0.34 0.3
Hex 37 32 66 2E 33 0 3C F6 22 1E
Octal 67 62 146 56 63 0 74 366 42 36
Binary 110111 110010 1100110 101110 110011 0 111100 11110110 100010 11110

Color Harmonies of #373266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373266

Black with #373266

Text Example


Text Example

White with #373266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373266; }

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

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

background-color css

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

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

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

border-color css

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

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

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