Html Css Color HEX #3A3672 Deep Koamaru

📋 copy color: '#3A3672'

red 58 ◦ green 54 ◦ blue 114

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

Shades of Deep Koamaru #3A3672

Tints of Deep Koamaru #3A3672

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.89%

 BLUE value IS 114 (44.92% from 255) = 50.44%

R = 25.66%
G = 23.89%
B = 50.44%

CMYK

 C value IS 0.49

 M value IS 0.53

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3A3672 (or 0x3A3672) is known color: Deep Koamaru. HEX triplet: 3A, 36 and 72. RGB value is (58,54,114). Sum of RGB (Red+Green+Blue) = 58+54+114=226 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.66% from 226); Green value is 54 (21.48% from 255 or 23.89% from 226); Blue value is 114 (44.92% from 255 or 50.44% from 226); Max value from RGB is 114 - color contains mainly: blue. Hex color #3A3672 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3672 is #C5C98D. Grayscale: #3D3D3D. Windows color (decimal): -12962190 or 7484986. OLE color: 7484986.

HSL color Cylindrical-coordinate representation of color #3A3672: hue angle of 244º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3A3672 is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 58 54 114 -
CMYK 0.49 0.53 0 0.55
HSL 244º 0.36% 0.33% -
HSV(B) 244º 0.53% 0.45% -
XYZ 6.1 4.75 16.52 -
YUV 62.04 157.33 125.12 -
System Red Green Blue C M Y K H S L
Decimal 58 54 114 0.49 0.53 0 0.55 244 0.36 0.33
Hex 3A 36 72 31 35 0 37 F4 24 21
Octal 72 66 162 61 65 0 67 364 44 41
Binary 111010 110110 1110010 110001 110101 0 110111 11110100 100100 100001

Color Harmonies of #3A3672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3672

Black with #3A3672

Text Example


Text Example

White with #3A3672

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,54,114); }

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

background-color css

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

 a { background-color: rgb(58,54,114); }

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

border-color css

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

 span { border-color: rgb(58,54,114); }

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