Html Css Color HEX #38356B Deep Koamaru

📋 copy color: '#38356B'

red 56 ◦ green 53 ◦ blue 107

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

Shades of Deep Koamaru #38356B

Tints of Deep Koamaru #38356B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 49.54%

R = 25.93%
G = 24.54%
B = 49.54%

CMYK

 C value IS 0.48

 M value IS 0.50

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#38356B (or 0x38356B) is known color: Deep Koamaru. HEX triplet: 38, 35 and 6B. RGB value is (56,53,107). Sum of RGB (Red+Green+Blue) = 56+53+107=216 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.93% from 216); Green value is 53 (21.09% from 255 or 24.54% from 216); Blue value is 107 (42.19% from 255 or 49.54% from 216); Max value from RGB is 107 - color contains mainly: blue. Hex color #38356B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38356B is #C7CA94. Grayscale: #3B3B3B. Windows color (decimal): -13093525 or 7025976. OLE color: 7025976.

HSL color Cylindrical-coordinate representation of color #38356B: hue angle of 243.33º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #38356B is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 56 53 107 -
CMYK 0.48 0.50 0 0.58
HSL 243.33º 0.34% 0.31% -
HSV(B) 243.33º 0.5% 0.42% -
XYZ 5.56 4.45 14.48 -
YUV 60.05 154.49 125.11 -
System Red Green Blue C M Y K H S L
Decimal 56 53 107 0.48 0.50 0 0.58 243.33 0.34 0.31
Hex 38 35 6B 30 32 0 3A F3 22 1F
Octal 70 65 153 60 62 0 72 363 42 37
Binary 111000 110101 1101011 110000 110010 0 111010 11110011 100010 11111

Color Harmonies of #38356B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38356B

Black with #38356B

Text Example


Text Example

White with #38356B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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