Html Css Color HEX #38336D Deep Koamaru

📋 copy color: '#38336D'

red 56 ◦ green 51 ◦ blue 109

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

Shades of Deep Koamaru #38336D

Tints of Deep Koamaru #38336D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.61%

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

R = 25.93%
G = 23.61%
B = 50.46%

CMYK

 C value IS 0.49

 M value IS 0.53

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#38336D (or 0x38336D) is known color: Deep Koamaru. HEX triplet: 38, 33 and 6D. RGB value is (56,51,109). Sum of RGB (Red+Green+Blue) = 56+51+109=216 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.93% from 216); Green value is 51 (20.31% from 255 or 23.61% from 216); Blue value is 109 (42.97% from 255 or 50.46% from 216); Max value from RGB is 109 - color contains mainly: blue. Hex color #38336D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38336D is #C7CC92. Grayscale: #3A3A3A. Windows color (decimal): -13094035 or 7156536. OLE color: 7156536.

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

Color convert

RGB 56 51 109 -
CMYK 0.49 0.53 0 0.57
HSL 245.17º 0.36% 0.31% -
HSV(B) 245.17º 0.53% 0.43% -
XYZ 5.58 4.31 15.01 -
YUV 59.11 156.16 125.78 -
System Red Green Blue C M Y K H S L
Decimal 56 51 109 0.49 0.53 0 0.57 245.17 0.36 0.31
Hex 38 33 6D 31 35 0 39 F5 24 1F
Octal 70 63 155 61 65 0 71 365 44 37
Binary 111000 110011 1101101 110001 110101 0 111001 11110101 100100 11111

Color Harmonies of #38336D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38336D

Black with #38336D

Text Example


Text Example

White with #38336D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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