Html Css Color HEX #3B396C Deep Koamaru

📋 copy color: '#3B396C'

red 59 ◦ green 57 ◦ blue 108

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

Shades of Deep Koamaru #3B396C

Tints of Deep Koamaru #3B396C

RGB

 RED value IS 59 (23.44% from 255) = 26.34%

 GREEN value IS 57 (22.66% from 255) = 25.45%

 BLUE value IS 108 (42.58% from 255) = 48.21%

R = 26.34%
G = 25.45%
B = 48.21%

CMYK

 C value IS 0.45

 M value IS 0.47

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#3B396C (or 0x3B396C) is known color: Deep Koamaru. HEX triplet: 3B, 39 and 6C. RGB value is (59,57,108). Sum of RGB (Red+Green+Blue) = 59+57+108=224 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.34% from 224); Green value is 57 (22.66% from 255 or 25.45% from 224); Blue value is 108 (42.58% from 255 or 48.21% from 224); Max value from RGB is 108 - color contains mainly: blue. Hex color #3B396C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B396C is #C4C693. Grayscale: #3F3F3F. Windows color (decimal): -12895892 or 7092539. OLE color: 7092539.

HSL color Cylindrical-coordinate representation of color #3B396C: hue angle of 242.35º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3B396C is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 59 57 108 -
CMYK 0.45 0.47 0 0.58
HSL 242.35º 0.31% 0.32% -
HSV(B) 242.35º 0.47% 0.42% -
XYZ 5.97 4.94 14.83 -
YUV 63.41 153.16 124.85 -
System Red Green Blue C M Y K H S L
Decimal 59 57 108 0.45 0.47 0 0.58 242.35 0.31 0.32
Hex 3B 39 6C 2D 2F 0 3A F2 1F 20
Octal 73 71 154 55 57 0 72 362 37 40
Binary 111011 111001 1101100 101101 101111 0 111010 11110010 11111 100000

Color Harmonies of #3B396C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B396C

Black with #3B396C

Text Example


Text Example

White with #3B396C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,57,108); }

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

background-color css

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

 a { background-color: rgb(59,57,108); }

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

border-color css

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

 span { border-color: rgb(59,57,108); }

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