Html Css Color HEX #3B3861 Deep Koamaru

📋 copy color: '#3B3861'

red 59 ◦ green 56 ◦ blue 97

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

Shades of Deep Koamaru #3B3861

Tints of Deep Koamaru #3B3861

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.42%

 BLUE value IS 97 (38.28% from 255) = 45.75%

R = 27.83%
G = 26.42%
B = 45.75%

CMYK

 C value IS 0.39

 M value IS 0.42

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3B3861 (or 0x3B3861) is known color: Deep Koamaru. HEX triplet: 3B, 38 and 61. RGB value is (59,56,97). Sum of RGB (Red+Green+Blue) = 59+56+97=212 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.83% from 212); Green value is 56 (22.27% from 255 or 26.42% from 212); Blue value is 97 (38.28% from 255 or 45.75% from 212); Max value from RGB is 97 - color contains mainly: blue. Hex color #3B3861 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3861 is #C4C79E. Grayscale: #3D3D3D. Windows color (decimal): -12896159 or 6371387. OLE color: 6371387.

HSL color Cylindrical-coordinate representation of color #3B3861: hue angle of 244.39º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3B3861 is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 59 56 97 -
CMYK 0.39 0.42 0 0.62
HSL 244.39º 0.27% 0.3% -
HSV(B) 244.39º 0.42% 0.38% -
XYZ 5.38 4.62 11.92 -
YUV 61.57 147.99 126.17 -
System Red Green Blue C M Y K H S L
Decimal 59 56 97 0.39 0.42 0 0.62 244.39 0.27 0.3
Hex 3B 38 61 27 2A 0 3E F4 1B 1E
Octal 73 70 141 47 52 0 76 364 33 36
Binary 111011 111000 1100001 100111 101010 0 111110 11110100 11011 11110

Color Harmonies of #3B3861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3861

Black with #3B3861

Text Example


Text Example

White with #3B3861

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,56,97); }

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

background-color css

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

 a { background-color: rgb(59,56,97); }

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

border-color css

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

 span { border-color: rgb(59,56,97); }

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