Html Css Color HEX #383473 Deep Koamaru

📋 copy color: '#383473'

red 56 ◦ green 52 ◦ blue 115

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

Shades of Deep Koamaru #383473

Tints of Deep Koamaru #383473

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.32%

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

R = 25.11%
G = 23.32%
B = 51.57%

CMYK

 C value IS 0.51

 M value IS 0.55

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#383473 (or 0x383473) is known color: Deep Koamaru. HEX triplet: 38, 34 and 73. RGB value is (56,52,115). Sum of RGB (Red+Green+Blue) = 56+52+115=223 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.11% from 223); Green value is 52 (20.70% from 255 or 23.32% from 223); Blue value is 115 (45.31% from 255 or 51.57% from 223); Max value from RGB is 115 - color contains mainly: blue. Hex color #383473 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383473 is #C7CB8C. Grayscale: #3C3C3C. Windows color (decimal): -13093773 or 7550008. OLE color: 7550008.

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

Color convert

RGB 56 52 115 -
CMYK 0.51 0.55 0 0.55
HSL 243.81º 0.38% 0.33% -
HSV(B) 243.81º 0.55% 0.45% -
XYZ 5.95 4.53 16.78 -
YUV 60.38 158.83 124.88 -
System Red Green Blue C M Y K H S L
Decimal 56 52 115 0.51 0.55 0 0.55 243.81 0.38 0.33
Hex 38 34 73 33 37 0 37 F4 26 21
Octal 70 64 163 63 67 0 67 364 46 41
Binary 111000 110100 1110011 110011 110111 0 110111 11110100 100110 100001

Color Harmonies of #383473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383473

Black with #383473

Text Example


Text Example

White with #383473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383473; }

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

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

background-color css

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

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

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

border-color css

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

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

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