Html Css Color HEX #383666 Deep Koamaru

📋 copy color: '#383666'

red 56 ◦ green 54 ◦ blue 102

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

Shades of Deep Koamaru #383666

Tints of Deep Koamaru #383666

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.47%

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

R = 26.42%
G = 25.47%
B = 48.11%

CMYK

 C value IS 0.45

 M value IS 0.47

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#383666 (or 0x383666) is known color: Deep Koamaru. HEX triplet: 38, 36 and 66. RGB value is (56,54,102). Sum of RGB (Red+Green+Blue) = 56+54+102=212 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.42% from 212); Green value is 54 (21.48% from 255 or 25.47% from 212); Blue value is 102 (40.23% from 255 or 48.11% from 212); Max value from RGB is 102 - color contains mainly: blue. Hex color #383666 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383666 is #C7C999. Grayscale: #3B3B3B. Windows color (decimal): -13093274 or 6698552. OLE color: 6698552.

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

Color convert

RGB 56 54 102 -
CMYK 0.45 0.47 0 0.6
HSL 242.5º 0.31% 0.31% -
HSV(B) 242.5º 0.47% 0.4% -
XYZ 5.35 4.44 13.15 -
YUV 60.07 151.66 125.1 -
System Red Green Blue C M Y K H S L
Decimal 56 54 102 0.45 0.47 0 0.6 242.5 0.31 0.31
Hex 38 36 66 2D 2F 0 3C F2 1F 1F
Octal 70 66 146 55 57 0 74 362 37 37
Binary 111000 110110 1100110 101101 101111 0 111100 11110010 11111 11111

Color Harmonies of #383666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383666

Black with #383666

Text Example


Text Example

White with #383666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383666; }

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

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

background-color css

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

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

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

border-color css

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

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

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