#383467

Color #383467 Deep Koamaru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Koamaru #383467

Tints of Deep Koamaru #383467

Color information

#383467 (or 0x383467) is unknown color: approx Deep Koamaru. HEX triplet: 38, 34 and 67. RGB value is (56,52,103). Sum of RGB (Red+Green+Blue) = 56+52+103=211 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.54% from 211); Green value is 52 (20.70% from 255 or 24.64% from 211); Blue value is 103 (40.62% from 255 or 48.82% from 211); Max value from RGB is 103 - color contains mainly: blue. Hex color #383467 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383467 is #C7CB98. Grayscale: #3A3A3A. Windows color (decimal): -13093785 or 6763576. OLE color: 6763576.

HSL color Cylindrical-coordinate representation of color #383467: hue angle of 244.71º degrees, saturation: 0.33, 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 #383467 is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5652103-
CMYK0.460.5000.60
HSL244.71º32.9%30.39%-
HSV(B)244.71º49.51%40.39%-
XYZ5.314.2813.38-
YUV59.01152.83125.85-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.54%
GREEN value IS 52 (20.70% from 255) = 24.64%
BLUE value IS 103 (40.62% from 255) = 48.82%
R=26.54%
G=24.64%
B=48.82%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal56521030.460.5000.60244.7132.930.39
Hex3834672E3203Cf5211e
Octal706414756620743654136
Binary111000110100110011110111011001001111001111010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383467; }

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

 H1.HeaderClassName
 {
   color: #383467;
 }
 .AnyTagClassName
 {
   color: #383467;
 }
</style>
background-color css

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

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

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

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

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

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