Html Css Color HEX #3A3375 Deep Koamaru

📋 copy color: '#3A3375'

red 58 ◦ green 51 ◦ blue 117

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

Shades of Deep Koamaru #3A3375

Tints of Deep Koamaru #3A3375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 51.77%

R = 25.66%
G = 22.57%
B = 51.77%

CMYK

 C value IS 0.50

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3A3375 (or 0x3A3375) is known color: Deep Koamaru. HEX triplet: 3A, 33 and 75. RGB value is (58,51,117). Sum of RGB (Red+Green+Blue) = 58+51+117=226 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.66% from 226); Green value is 51 (20.31% from 255 or 22.57% from 226); Blue value is 117 (46.09% from 255 or 51.77% from 226); Max value from RGB is 117 - color contains mainly: blue. Hex color #3A3375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3375 is #C5CC8A. Grayscale: #3C3C3C. Windows color (decimal): -12962955 or 7680826. OLE color: 7680826.

HSL color Cylindrical-coordinate representation of color #3A3375: hue angle of 246.36º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3A3375 is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 58 51 117 -
CMYK 0.50 0.56 0 0.54
HSL 246.36º 0.39% 0.33% -
HSV(B) 246.36º 0.56% 0.46% -
XYZ 6.14 4.55 17.38 -
YUV 60.62 159.82 126.13 -
System Red Green Blue C M Y K H S L
Decimal 58 51 117 0.50 0.56 0 0.54 246.36 0.39 0.33
Hex 3A 33 75 32 38 0 36 F6 27 21
Octal 72 63 165 62 70 0 66 366 47 41
Binary 111010 110011 1110101 110010 111000 0 110110 11110110 100111 100001

Color Harmonies of #3A3375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3375

Black with #3A3375

Text Example


Text Example

White with #3A3375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,51,117); }

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

background-color css

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

 a { background-color: rgb(58,51,117); }

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

border-color css

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

 span { border-color: rgb(58,51,117); }

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