Html Css Color HEX #383367 Deep Koamaru

📋 copy color: '#383367'

red 56 ◦ green 51 ◦ blue 103

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

Shades of Deep Koamaru #383367

Tints of Deep Koamaru #383367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 49.05%

R = 26.67%
G = 24.29%
B = 49.05%

CMYK

 C value IS 0.46

 M value IS 0.50

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#383367 (or 0x383367) is known color: Deep Koamaru. HEX triplet: 38, 33 and 67. RGB value is (56,51,103). Sum of RGB (Red+Green+Blue) = 56+51+103=210 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.67% from 210); Green value is 51 (20.31% from 255 or 24.29% from 210); Blue value is 103 (40.62% from 255 or 49.05% from 210); Max value from RGB is 103 - color contains mainly: blue. Hex color #383367 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383367 is #C7CC98. Grayscale: #3A3A3A. Windows color (decimal): -13094041 or 6763320. OLE color: 6763320.

HSL color Cylindrical-coordinate representation of color #383367: 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.5%. Process color model (Four color, CMYK) of #383367 is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 56 51 103 -
CMYK 0.46 0.50 0 0.60
HSL 245.77º 0.34% 0.3% -
HSV(B) 245.77º 0.5% 0.4% -
XYZ 5.26 4.19 13.36 -
YUV 58.42 153.16 126.27 -
System Red Green Blue C M Y K H S L
Decimal 56 51 103 0.46 0.50 0 0.60 245.77 0.34 0.3
Hex 38 33 67 2E 32 0 3C F6 22 1E
Octal 70 63 147 56 62 0 74 366 42 36
Binary 111000 110011 1100111 101110 110010 0 111100 11110110 100010 11110

Color Harmonies of #383367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383367

Black with #383367

Text Example


Text Example

White with #383367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383367; }

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

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

background-color css

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

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

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

border-color css

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

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

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