Html Css Color HEX #383373 Deep Koamaru

📋 copy color: '#383373'

red 56 ◦ green 51 ◦ blue 115

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

Shades of Deep Koamaru #383373

Tints of Deep Koamaru #383373

RGB

 RED value IS 56 (22.27% from 255) = 25.23%

 GREEN value IS 51 (20.31% from 255) = 22.97%

 BLUE value IS 115 (45.31% from 255) = 51.8%

R = 25.23%
G = 22.97%
B = 51.8%

CMYK

 C value IS 0.51

 M value IS 0.56

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#383373 (or 0x383373) is known color: Deep Koamaru. HEX triplet: 38, 33 and 73. RGB value is (56,51,115). Sum of RGB (Red+Green+Blue) = 56+51+115=222 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.23% from 222); Green value is 51 (20.31% from 255 or 22.97% from 222); Blue value is 115 (45.31% from 255 or 51.80% from 222); Max value from RGB is 115 - color contains mainly: blue. Hex color #383373 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383373 is #C7CC8C. Grayscale: #3B3B3B. Windows color (decimal): -13094029 or 7549752. OLE color: 7549752.

HSL color Cylindrical-coordinate representation of color #383373: hue angle of 244.69º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #383373 is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 51 115 -
CMYK 0.51 0.56 0 0.55
HSL 244.69º 0.39% 0.33% -
HSV(B) 244.69º 0.56% 0.45% -
XYZ 5.91 4.45 16.77 -
YUV 59.79 159.16 125.3 -
System Red Green Blue C M Y K H S L
Decimal 56 51 115 0.51 0.56 0 0.55 244.69 0.39 0.33
Hex 38 33 73 33 38 0 37 F5 27 21
Octal 70 63 163 63 70 0 67 365 47 41
Binary 111000 110011 1110011 110011 111000 0 110111 11110101 100111 100001

Color Harmonies of #383373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383373

Black with #383373

Text Example


Text Example

White with #383373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383373; }

 p { color: rgb(56,51,115); }

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

background-color css

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

 a { background-color: rgb(56,51,115); }

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

border-color css

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

 span { border-color: rgb(56,51,115); }

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