Html Css Color HEX #38366D Deep Koamaru

📋 copy color: '#38366D'

red 56 ◦ green 54 ◦ blue 109

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

Shades of Deep Koamaru #38366D

Tints of Deep Koamaru #38366D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.66%

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

R = 25.57%
G = 24.66%
B = 49.77%

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

#38366D (or 0x38366D) is known color: Deep Koamaru. HEX triplet: 38, 36 and 6D. RGB value is (56,54,109). Sum of RGB (Red+Green+Blue) = 56+54+109=219 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.57% from 219); Green value is 54 (21.48% from 255 or 24.66% from 219); Blue value is 109 (42.97% from 255 or 49.77% from 219); Max value from RGB is 109 - color contains mainly: blue. Hex color #38366D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38366D is #C7C992. Grayscale: #3C3C3C. Windows color (decimal): -13093267 or 7157304. OLE color: 7157304.

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

Color convert

RGB 56 54 109 -
CMYK 0.49 0.50 0 0.57
HSL 242.18º 0.34% 0.32% -
HSV(B) 242.18º 0.5% 0.43% -
XYZ 5.71 4.58 15.05 -
YUV 60.87 155.16 124.53 -
System Red Green Blue C M Y K H S L
Decimal 56 54 109 0.49 0.50 0 0.57 242.18 0.34 0.32
Hex 38 36 6D 31 32 0 39 F2 22 20
Octal 70 66 155 61 62 0 71 362 42 40
Binary 111000 110110 1101101 110001 110010 0 111001 11110010 100010 100000

Color Harmonies of #38366D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38366D

Black with #38366D

Text Example


Text Example

White with #38366D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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