Html Css Color HEX #383460 Deep Koamaru

📋 copy color: '#383460'

red 56 ◦ green 52 ◦ blue 96

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

Shades of Deep Koamaru #383460

Tints of Deep Koamaru #383460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 47.06%

R = 27.45%
G = 25.49%
B = 47.06%

CMYK

 C value IS 0.42

 M value IS 0.46

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#383460 (or 0x383460) is known color: Deep Koamaru. HEX triplet: 38, 34 and 60. RGB value is (56,52,96). Sum of RGB (Red+Green+Blue) = 56+52+96=204 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.45% from 204); Green value is 52 (20.70% from 255 or 25.49% from 204); Blue value is 96 (37.89% from 255 or 47.06% from 204); Max value from RGB is 96 - color contains mainly: blue. Hex color #383460 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383460 is #C7CB9F. Grayscale: #3A3A3A. Windows color (decimal): -13093792 or 6304824. OLE color: 6304824.

HSL color Cylindrical-coordinate representation of color #383460: hue angle of 245.45º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #383460 is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 52 96 -
CMYK 0.42 0.46 0 0.62
HSL 245.45º 0.3% 0.29% -
HSV(B) 245.45º 0.46% 0.38% -
XYZ 4.97 4.14 11.6 -
YUV 58.21 149.33 126.42 -
System Red Green Blue C M Y K H S L
Decimal 56 52 96 0.42 0.46 0 0.62 245.45 0.3 0.29
Hex 38 34 60 2A 2E 0 3E F5 1E 1D
Octal 70 64 140 52 56 0 76 365 36 35
Binary 111000 110100 1100000 101010 101110 0 111110 11110101 11110 11101

Color Harmonies of #383460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383460

Black with #383460

Text Example


Text Example

White with #383460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383460; }

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

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

background-color css

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

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

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

border-color css

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

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

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