Html Css Color HEX #383767 Deep Koamaru

📋 copy color: '#383767'

red 56 ◦ green 55 ◦ blue 103

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

Shades of Deep Koamaru #383767

Tints of Deep Koamaru #383767

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 48.13%

R = 26.17%
G = 25.7%
B = 48.13%

CMYK

 C value IS 0.46

 M value IS 0.47

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#383767 (or 0x383767) is known color: Deep Koamaru. HEX triplet: 38, 37 and 67. RGB value is (56,55,103). Sum of RGB (Red+Green+Blue) = 56+55+103=214 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.17% from 214); Green value is 55 (21.88% from 255 or 25.70% from 214); Blue value is 103 (40.62% from 255 or 48.13% from 214); Max value from RGB is 103 - color contains mainly: blue. Hex color #383767 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383767 is #C7C898. Grayscale: #3C3C3C. Windows color (decimal): -13093017 or 6764344. OLE color: 6764344.

HSL color Cylindrical-coordinate representation of color #383767: hue angle of 241.25º degrees, saturation: 0.3, 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 #383767 is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 56 55 103 -
CMYK 0.46 0.47 0 0.60
HSL 241.25º 0.3% 0.31% -
HSV(B) 241.25º 0.47% 0.4% -
XYZ 5.45 4.55 13.42 -
YUV 60.77 151.83 124.6 -
System Red Green Blue C M Y K H S L
Decimal 56 55 103 0.46 0.47 0 0.60 241.25 0.3 0.31
Hex 38 37 67 2E 2F 0 3C F1 1E 1F
Octal 70 67 147 56 57 0 74 361 36 37
Binary 111000 110111 1100111 101110 101111 0 111100 11110001 11110 11111

Color Harmonies of #383767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383767

Black with #383767

Text Example


Text Example

White with #383767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383767; }

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

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

background-color css

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

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

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

border-color css

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

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

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