Html Css Color HEX #38396D Deep Koamaru

📋 copy color: '#38396D'

red 56 ◦ green 57 ◦ blue 109

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

Shades of Deep Koamaru #38396D

Tints of Deep Koamaru #38396D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.68%

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

R = 25.23%
G = 25.68%
B = 49.1%

CMYK

 C value IS 0.49

 M value IS 0.48

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#38396D (or 0x38396D) is known color: Deep Koamaru. HEX triplet: 38, 39 and 6D. RGB value is (56,57,109). Sum of RGB (Red+Green+Blue) = 56+57+109=222 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.23% from 222); Green value is 57 (22.66% from 255 or 25.68% from 222); Blue value is 109 (42.97% from 255 or 49.10% from 222); Max value from RGB is 109 - color contains mainly: blue. Hex color #38396D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38396D is #C7C692. Grayscale: #3E3E3E. Windows color (decimal): -13092499 or 7158072. OLE color: 7158072.

HSL color Cylindrical-coordinate representation of color #38396D: hue angle of 238.87º 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 #38396D is Cyan = 0.49, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 56 57 109 -
CMYK 0.49 0.48 0 0.57
HSL 238.87º 0.32% 0.32% -
HSV(B) 238.87º 0.49% 0.43% -
XYZ 5.85 4.87 15.1 -
YUV 62.63 154.17 123.27 -
System Red Green Blue C M Y K H S L
Decimal 56 57 109 0.49 0.48 0 0.57 238.87 0.32 0.32
Hex 38 39 6D 31 30 0 39 EF 20 20
Octal 70 71 155 61 60 0 71 357 40 40
Binary 111000 111001 1101101 110001 110000 0 111001 11101111 100000 100000

Color Harmonies of #38396D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38396D

Black with #38396D

Text Example


Text Example

White with #38396D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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