Html Css Color HEX #383461 Deep Koamaru

📋 copy color: '#383461'

red 56 ◦ green 52 ◦ blue 97

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

Shades of Deep Koamaru #383461

Tints of Deep Koamaru #383461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 47.32%

R = 27.32%
G = 25.37%
B = 47.32%

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

#383461 (or 0x383461) is known color: Deep Koamaru. HEX triplet: 38, 34 and 61. RGB value is (56,52,97). Sum of RGB (Red+Green+Blue) = 56+52+97=205 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.32% from 205); Green value is 52 (20.70% from 255 or 25.37% from 205); Blue value is 97 (38.28% from 255 or 47.32% from 205); Max value from RGB is 97 - color contains mainly: blue. Hex color #383461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383461 is #C7CB9E. Grayscale: #3A3A3A. Windows color (decimal): -13093791 or 6370360. OLE color: 6370360.

HSL color Cylindrical-coordinate representation of color #383461: hue angle of 245.33º 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 #383461 is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 52 97 -
CMYK 0.42 0.46 0 0.62
HSL 245.33º 0.3% 0.29% -
HSV(B) 245.33º 0.46% 0.38% -
XYZ 5.02 4.16 11.85 -
YUV 58.33 149.83 126.34 -
System Red Green Blue C M Y K H S L
Decimal 56 52 97 0.42 0.46 0 0.62 245.33 0.3 0.29
Hex 38 34 61 2A 2E 0 3E F5 1E 1D
Octal 70 64 141 52 56 0 76 365 36 35
Binary 111000 110100 1100001 101010 101110 0 111110 11110101 11110 11101

Color Harmonies of #383461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383461

Black with #383461

Text Example


Text Example

White with #383461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383461; }

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

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

background-color css

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

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

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

border-color css

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

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

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