Html Css Color HEX #38356D Deep Koamaru

📋 copy color: '#38356D'

red 56 ◦ green 53 ◦ blue 109

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

Shades of Deep Koamaru #38356D

Tints of Deep Koamaru #38356D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.31%

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

R = 25.69%
G = 24.31%
B = 50%

CMYK

 C value IS 0.49

 M value IS 0.51

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#38356D (or 0x38356D) is known color: Deep Koamaru. HEX triplet: 38, 35 and 6D. RGB value is (56,53,109). Sum of RGB (Red+Green+Blue) = 56+53+109=218 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.69% from 218); Green value is 53 (21.09% from 255 or 24.31% from 218); Blue value is 109 (42.97% from 255 or 50% from 218); Max value from RGB is 109 - color contains mainly: blue. Hex color #38356D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38356D is #C7CA92. Grayscale: #3C3C3C. Windows color (decimal): -13093523 or 7157048. OLE color: 7157048.

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

Color convert

RGB 56 53 109 -
CMYK 0.49 0.51 0 0.57
HSL 243.21º 0.35% 0.32% -
HSV(B) 243.21º 0.51% 0.43% -
XYZ 5.66 4.49 15.04 -
YUV 60.28 155.49 124.95 -
System Red Green Blue C M Y K H S L
Decimal 56 53 109 0.49 0.51 0 0.57 243.21 0.35 0.32
Hex 38 35 6D 31 33 0 39 F3 23 20
Octal 70 65 155 61 63 0 71 363 43 40
Binary 111000 110101 1101101 110001 110011 0 111001 11110011 100011 100000

Color Harmonies of #38356D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38356D

Black with #38356D

Text Example


Text Example

White with #38356D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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