Html Css Color HEX #383766 Deep Koamaru

📋 copy color: '#383766'

red 56 ◦ green 55 ◦ blue 102

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

Shades of Deep Koamaru #383766

Tints of Deep Koamaru #383766

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.82%

 BLUE value IS 102 (40.23% from 255) = 47.89%

R = 26.29%
G = 25.82%
B = 47.89%

CMYK

 C value IS 0.45

 M value IS 0.46

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#383766 (or 0x383766) is known color: Deep Koamaru. HEX triplet: 38, 37 and 66. RGB value is (56,55,102). Sum of RGB (Red+Green+Blue) = 56+55+102=213 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.29% from 213); Green value is 55 (21.88% from 255 or 25.82% from 213); Blue value is 102 (40.23% from 255 or 47.89% from 213); Max value from RGB is 102 - color contains mainly: blue. Hex color #383766 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383766 is #C7C899. Grayscale: #3C3C3C. Windows color (decimal): -13093018 or 6698808. OLE color: 6698808.

HSL color Cylindrical-coordinate representation of color #383766: hue angle of 241.28º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #383766 is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 56 55 102 -
CMYK 0.45 0.46 0 0.6
HSL 241.28º 0.3% 0.31% -
HSV(B) 241.28º 0.46% 0.4% -
XYZ 5.4 4.53 13.16 -
YUV 60.66 151.33 124.68 -
System Red Green Blue C M Y K H S L
Decimal 56 55 102 0.45 0.46 0 0.6 241.28 0.3 0.31
Hex 38 37 66 2D 2E 0 3C F1 1E 1F
Octal 70 67 146 55 56 0 74 361 36 37
Binary 111000 110111 1100110 101101 101110 0 111100 11110001 11110 11111

Color Harmonies of #383766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383766

Black with #383766

Text Example


Text Example

White with #383766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383766; }

 p { color: rgb(56,55,102); }

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

background-color css

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

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

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

border-color css

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

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

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