Html Css Color HEX #38356E Deep Koamaru

📋 copy color: '#38356E'

red 56 ◦ green 53 ◦ blue 110

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

Shades of Deep Koamaru #38356E

Tints of Deep Koamaru #38356E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 50.23%

R = 25.57%
G = 24.2%
B = 50.23%

CMYK

 C value IS 0.49

 M value IS 0.52

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#38356E (or 0x38356E) is known color: Deep Koamaru. HEX triplet: 38, 35 and 6E. RGB value is (56,53,110). Sum of RGB (Red+Green+Blue) = 56+53+110=219 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.57% from 219); Green value is 53 (21.09% from 255 or 24.20% from 219); Blue value is 110 (43.36% from 255 or 50.23% from 219); Max value from RGB is 110 - color contains mainly: blue. Hex color #38356E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38356E is #C7CA91. Grayscale: #3C3C3C. Windows color (decimal): -13093522 or 7222584. OLE color: 7222584.

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

Color convert

RGB 56 53 110 -
CMYK 0.49 0.52 0 0.57
HSL 243.16º 0.35% 0.32% -
HSV(B) 243.16º 0.52% 0.43% -
XYZ 5.72 4.51 15.32 -
YUV 60.4 155.99 124.87 -
System Red Green Blue C M Y K H S L
Decimal 56 53 110 0.49 0.52 0 0.57 243.16 0.35 0.32
Hex 38 35 6E 31 34 0 39 F3 23 20
Octal 70 65 156 61 64 0 71 363 43 40
Binary 111000 110101 1101110 110001 110100 0 111001 11110011 100011 100000

Color Harmonies of #38356E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38356E

Black with #38356E

Text Example


Text Example

White with #38356E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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