Html Css Color HEX #38355D Deep Koamaru

📋 copy color: '#38355D'

red 56 ◦ green 53 ◦ blue 93

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

Shades of Deep Koamaru #38355D

Tints of Deep Koamaru #38355D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 46.04%

R = 27.72%
G = 26.24%
B = 46.04%

CMYK

 C value IS 0.40

 M value IS 0.43

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#38355D (or 0x38355D) is known color: Deep Koamaru. HEX triplet: 38, 35 and 5D. RGB value is (56,53,93). Sum of RGB (Red+Green+Blue) = 56+53+93=202 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.72% from 202); Green value is 53 (21.09% from 255 or 26.24% from 202); Blue value is 93 (36.72% from 255 or 46.04% from 202); Max value from RGB is 93 - color contains mainly: blue. Hex color #38355D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38355D is #C7CAA2. Grayscale: #3A3A3A. Windows color (decimal): -13093539 or 6108472. OLE color: 6108472.

HSL color Cylindrical-coordinate representation of color #38355D: hue angle of 244.5º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #38355D is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 56 53 93 -
CMYK 0.40 0.43 0 0.64
HSL 244.5º 0.27% 0.29% -
HSV(B) 244.5º 0.43% 0.36% -
XYZ 4.88 4.18 10.91 -
YUV 58.46 147.49 126.25 -
System Red Green Blue C M Y K H S L
Decimal 56 53 93 0.40 0.43 0 0.64 244.5 0.27 0.29
Hex 38 35 5D 28 2B 0 40 F4 1B 1D
Octal 70 65 135 50 53 0 100 364 33 35
Binary 111000 110101 1011101 101000 101011 0 1000000 11110100 11011 11101

Color Harmonies of #38355D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38355D

Black with #38355D

Text Example


Text Example

White with #38355D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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