Html Css Color HEX #383863 Deep Koamaru

📋 copy color: '#383863'

red 56 ◦ green 56 ◦ blue 99

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

Shades of Deep Koamaru #383863

Tints of Deep Koamaru #383863

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.54%

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

R = 26.54%
G = 26.54%
B = 46.92%

CMYK

 C value IS 0.43

 M value IS 0.43

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#383863 (or 0x383863) is known color: Deep Koamaru. HEX triplet: 38, 38 and 63. RGB value is (56,56,99). Sum of RGB (Red+Green+Blue) = 56+56+99=211 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.54% from 211); Green value is 56 (22.27% from 255 or 26.54% from 211); Blue value is 99 (39.06% from 255 or 46.92% from 211); Max value from RGB is 99 - color contains mainly: blue. Hex color #383863 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383863 is #C7C79C. Grayscale: #3C3C3C. Windows color (decimal): -13092765 or 6502456. OLE color: 6502456.

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

Color convert

RGB 56 56 99 -
CMYK 0.43 0.43 0 0.61
HSL 240º 0.28% 0.3% -
HSV(B) 240º 0.43% 0.39% -
XYZ 5.3 4.57 12.41 -
YUV 60.9 149.5 124.5 -
System Red Green Blue C M Y K H S L
Decimal 56 56 99 0.43 0.43 0 0.61 240 0.28 0.3
Hex 38 38 63 2B 2B 0 3D F0 1C 1E
Octal 70 70 143 53 53 0 75 360 34 36
Binary 111000 111000 1100011 101011 101011 0 111101 11110000 11100 11110

Color Harmonies of #383863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383863

Black with #383863

Text Example


Text Example

White with #383863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383863; }

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

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

background-color css

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

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

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

border-color css

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

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

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