Html Css Color HEX #38386D Deep Koamaru

📋 copy color: '#38386D'

red 56 ◦ green 56 ◦ blue 109

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

Shades of Deep Koamaru #38386D

Tints of Deep Koamaru #38386D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.34%

 BLUE value IS 109 (42.97% from 255) = 49.32%

R = 25.34%
G = 25.34%
B = 49.32%

CMYK

 C value IS 0.49

 M value IS 0.49

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#38386D (or 0x38386D) is known color: Deep Koamaru. HEX triplet: 38, 38 and 6D. RGB value is (56,56,109). Sum of RGB (Red+Green+Blue) = 56+56+109=221 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.34% from 221); Green value is 56 (22.27% from 255 or 25.34% from 221); Blue value is 109 (42.97% from 255 or 49.32% from 221); Max value from RGB is 109 - color contains mainly: blue. Hex color #38386D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38386D is #C7C792. Grayscale: #3D3D3D. Windows color (decimal): -13092755 or 7157816. OLE color: 7157816.

HSL color Cylindrical-coordinate representation of color #38386D: hue angle of 240º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #38386D is Cyan = 0.49, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 56 56 109 -
CMYK 0.49 0.49 0 0.57
HSL 240º 0.32% 0.32% -
HSV(B) 240º 0.49% 0.43% -
XYZ 5.81 4.77 15.08 -
YUV 62.04 154.5 123.69 -
System Red Green Blue C M Y K H S L
Decimal 56 56 109 0.49 0.49 0 0.57 240 0.32 0.32
Hex 38 38 6D 31 31 0 39 F0 20 20
Octal 70 70 155 61 61 0 71 360 40 40
Binary 111000 111000 1101101 110001 110001 0 111001 11110000 100000 100000

Color Harmonies of #38386D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38386D

Black with #38386D

Text Example


Text Example

White with #38386D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38386D; }

 p { color: rgb(56,56,109); }

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

background-color css

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

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

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

border-color css

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

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

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