Html Css Color HEX #383768 Deep Koamaru

📋 copy color: '#383768'

red 56 ◦ green 55 ◦ blue 104

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

Shades of Deep Koamaru #383768

Tints of Deep Koamaru #383768

RGB

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

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

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

R = 26.05%
G = 25.58%
B = 48.37%

CMYK

 C value IS 0.46

 M value IS 0.47

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#383768 (or 0x383768) is known color: Deep Koamaru. HEX triplet: 38, 37 and 68. RGB value is (56,55,104). Sum of RGB (Red+Green+Blue) = 56+55+104=215 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.05% from 215); Green value is 55 (21.88% from 255 or 25.58% from 215); Blue value is 104 (41.02% from 255 or 48.37% from 215); Max value from RGB is 104 - color contains mainly: blue. Hex color #383768 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383768 is #C7C897. Grayscale: #3C3C3C. Windows color (decimal): -13093016 or 6829880. OLE color: 6829880.

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

Color convert

RGB 56 55 104 -
CMYK 0.46 0.47 0 0.59
HSL 241.22º 0.31% 0.31% -
HSV(B) 241.22º 0.47% 0.41% -
XYZ 5.5 4.57 13.69 -
YUV 60.89 152.33 124.52 -
System Red Green Blue C M Y K H S L
Decimal 56 55 104 0.46 0.47 0 0.59 241.22 0.31 0.31
Hex 38 37 68 2E 2F 0 3B F1 1F 1F
Octal 70 67 150 56 57 0 73 361 37 37
Binary 111000 110111 1101000 101110 101111 0 111011 11110001 11111 11111

Color Harmonies of #383768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383768

Black with #383768

Text Example


Text Example

White with #383768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383768; }

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

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

background-color css

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

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

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

border-color css

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

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

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