Html Css Color HEX #383463 Deep Koamaru

📋 copy color: '#383463'

red 56 ◦ green 52 ◦ blue 99

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

Shades of Deep Koamaru #383463

Tints of Deep Koamaru #383463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 47.83%

R = 27.05%
G = 25.12%
B = 47.83%

CMYK

 C value IS 0.43

 M value IS 0.47

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#383463 (or 0x383463) is known color: Deep Koamaru. HEX triplet: 38, 34 and 63. RGB value is (56,52,99). Sum of RGB (Red+Green+Blue) = 56+52+99=207 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.05% from 207); Green value is 52 (20.70% from 255 or 25.12% from 207); Blue value is 99 (39.06% from 255 or 47.83% from 207); Max value from RGB is 99 - color contains mainly: blue. Hex color #383463 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383463 is #C7CB9C. Grayscale: #3A3A3A. Windows color (decimal): -13093789 or 6501432. OLE color: 6501432.

HSL color Cylindrical-coordinate representation of color #383463: hue angle of 245.11º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #383463 is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 56 52 99 -
CMYK 0.43 0.47 0 0.61
HSL 245.11º 0.31% 0.3% -
HSV(B) 245.11º 0.47% 0.39% -
XYZ 5.11 4.2 12.35 -
YUV 58.55 150.83 126.18 -
System Red Green Blue C M Y K H S L
Decimal 56 52 99 0.43 0.47 0 0.61 245.11 0.31 0.3
Hex 38 34 63 2B 2F 0 3D F5 1F 1E
Octal 70 64 143 53 57 0 75 365 37 36
Binary 111000 110100 1100011 101011 101111 0 111101 11110101 11111 11110

Color Harmonies of #383463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383463

Black with #383463

Text Example


Text Example

White with #383463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383463; }

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

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

background-color css

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

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

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

border-color css

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

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

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