Html Css Color HEX #3A356F Deep Koamaru

📋 copy color: '#3A356F'

red 58 ◦ green 53 ◦ blue 111

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

Shades of Deep Koamaru #3A356F

Tints of Deep Koamaru #3A356F

RGB

 RED value IS 58 (23.05% from 255) = 26.13%

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

 BLUE value IS 111 (43.75% from 255) = 50%

R = 26.13%
G = 23.87%
B = 50%

CMYK

 C value IS 0.48

 M value IS 0.52

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3A356F (or 0x3A356F) is known color: Deep Koamaru. HEX triplet: 3A, 35 and 6F. RGB value is (58,53,111). Sum of RGB (Red+Green+Blue) = 58+53+111=222 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.13% from 222); Green value is 53 (21.09% from 255 or 23.87% from 222); Blue value is 111 (43.75% from 255 or 50% from 222); Max value from RGB is 111 - color contains mainly: blue. Hex color #3A356F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A356F is #C5CA90. Grayscale: #3C3C3C. Windows color (decimal): -12962449 or 7288122. OLE color: 7288122.

HSL color Cylindrical-coordinate representation of color #3A356F: hue angle of 245.17º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3A356F is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 58 53 111 -
CMYK 0.48 0.52 0 0.56
HSL 245.17º 0.35% 0.32% -
HSV(B) 245.17º 0.52% 0.44% -
XYZ 5.89 4.59 15.62 -
YUV 61.11 156.16 125.78 -
System Red Green Blue C M Y K H S L
Decimal 58 53 111 0.48 0.52 0 0.56 245.17 0.35 0.32
Hex 3A 35 6F 30 34 0 38 F5 23 20
Octal 72 65 157 60 64 0 70 365 43 40
Binary 111010 110101 1101111 110000 110100 0 111000 11110101 100011 100000

Color Harmonies of #3A356F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A356F

Black with #3A356F

Text Example


Text Example

White with #3A356F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A356F; }

 p { color: rgb(58,53,111); }

 H1.HeaderClassName
 {
   color: #3A356F;
 }
 .AnyTagClassName
 {
   color: #3A356F;
 }
</style>

background-color css

<style>
 a { background-color: #3A356F; }

 a { background-color: rgb(58,53,111); }

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

border-color css

<style>
 span { border-color: #3A356F; }

 span { border-color: rgb(58,53,111); }

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