Html Css Color HEX #383668 Deep Koamaru

📋 copy color: '#383668'

red 56 ◦ green 54 ◦ blue 104

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

Shades of Deep Koamaru #383668

Tints of Deep Koamaru #383668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 48.6%

R = 26.17%
G = 25.23%
B = 48.6%

CMYK

 C value IS 0.46

 M value IS 0.48

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#383668 (or 0x383668) is known color: Deep Koamaru. HEX triplet: 38, 36 and 68. RGB value is (56,54,104). Sum of RGB (Red+Green+Blue) = 56+54+104=214 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.17% from 214); Green value is 54 (21.48% from 255 or 25.23% from 214); Blue value is 104 (41.02% from 255 or 48.60% from 214); Max value from RGB is 104 - color contains mainly: blue. Hex color #383668 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383668 is #C7C997. Grayscale: #3C3C3C. Windows color (decimal): -13093272 or 6829624. OLE color: 6829624.

HSL color Cylindrical-coordinate representation of color #383668: hue angle of 242.4º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #383668 is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 56 54 104 -
CMYK 0.46 0.48 0 0.59
HSL 242.4º 0.32% 0.31% -
HSV(B) 242.4º 0.48% 0.41% -
XYZ 5.45 4.48 13.67 -
YUV 60.3 152.66 124.93 -
System Red Green Blue C M Y K H S L
Decimal 56 54 104 0.46 0.48 0 0.59 242.4 0.32 0.31
Hex 38 36 68 2E 30 0 3B F2 20 1F
Octal 70 66 150 56 60 0 73 362 40 37
Binary 111000 110110 1101000 101110 110000 0 111011 11110010 100000 11111

Color Harmonies of #383668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383668

Black with #383668

Text Example


Text Example

White with #383668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383668; }

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

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

background-color css

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

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

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

border-color css

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

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

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