Html Css Color HEX #38326C Deep Koamaru

📋 copy color: '#38326C'

red 56 ◦ green 50 ◦ blue 108

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

Shades of Deep Koamaru #38326C

Tints of Deep Koamaru #38326C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.36%

 BLUE value IS 108 (42.58% from 255) = 50.47%

R = 26.17%
G = 23.36%
B = 50.47%

CMYK

 C value IS 0.48

 M value IS 0.54

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#38326C (or 0x38326C) is known color: Deep Koamaru. HEX triplet: 38, 32 and 6C. RGB value is (56,50,108). Sum of RGB (Red+Green+Blue) = 56+50+108=214 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.17% from 214); Green value is 50 (19.92% from 255 or 23.36% from 214); Blue value is 108 (42.58% from 255 or 50.47% from 214); Max value from RGB is 108 - color contains mainly: blue. Hex color #38326C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38326C is #C7CD93. Grayscale: #3A3A3A. Windows color (decimal): -13094292 or 7090744. OLE color: 7090744.

HSL color Cylindrical-coordinate representation of color #38326C: hue angle of 246.21º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #38326C is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 56 50 108 -
CMYK 0.48 0.54 0 0.58
HSL 246.21º 0.37% 0.31% -
HSV(B) 246.21º 0.54% 0.42% -
XYZ 5.48 4.2 14.71 -
YUV 58.41 155.99 126.28 -
System Red Green Blue C M Y K H S L
Decimal 56 50 108 0.48 0.54 0 0.58 246.21 0.37 0.31
Hex 38 32 6C 30 36 0 3A F6 25 1F
Octal 70 62 154 60 66 0 72 366 45 37
Binary 111000 110010 1101100 110000 110110 0 111010 11110110 100101 11111

Color Harmonies of #38326C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38326C

Black with #38326C

Text Example


Text Example

White with #38326C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38326C; }

 p { color: rgb(56,50,108); }

 H1.HeaderClassName
 {
   color: #38326C;
 }
 .AnyTagClassName
 {
   color: #38326C;
 }
</style>

background-color css

<style>
 a { background-color: #38326C; }

 a { background-color: rgb(56,50,108); }

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

border-color css

<style>
 span { border-color: #38326C; }

 span { border-color: rgb(56,50,108); }

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