Html Css Color HEX #38376D Deep Koamaru

📋 copy color: '#38376D'

red 56 ◦ green 55 ◦ blue 109

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

Shades of Deep Koamaru #38376D

Tints of Deep Koamaru #38376D

RGB

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

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

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

R = 25.45%
G = 25%
B = 49.55%

CMYK

 C value IS 0.49

 M value IS 0.50

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#38376D (or 0x38376D) is known color: Deep Koamaru. HEX triplet: 38, 37 and 6D. RGB value is (56,55,109). Sum of RGB (Red+Green+Blue) = 56+55+109=220 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.45% from 220); Green value is 55 (21.88% from 255 or 25% from 220); Blue value is 109 (42.97% from 255 or 49.55% from 220); Max value from RGB is 109 - color contains mainly: blue. Hex color #38376D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38376D is #C7C892. Grayscale: #3D3D3D. Windows color (decimal): -13093011 or 7157560. OLE color: 7157560.

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

Color convert

RGB 56 55 109 -
CMYK 0.49 0.50 0 0.57
HSL 241.11º 0.33% 0.32% -
HSV(B) 241.11º 0.5% 0.43% -
XYZ 5.76 4.68 15.07 -
YUV 61.46 154.83 124.11 -
System Red Green Blue C M Y K H S L
Decimal 56 55 109 0.49 0.50 0 0.57 241.11 0.33 0.32
Hex 38 37 6D 31 32 0 39 F1 21 20
Octal 70 67 155 61 62 0 71 361 41 40
Binary 111000 110111 1101101 110001 110010 0 111001 11110001 100001 100000

Color Harmonies of #38376D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38376D

Black with #38376D

Text Example


Text Example

White with #38376D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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