Html Css Color HEX #3B3870 Deep Koamaru

📋 copy color: '#3B3870'

red 59 ◦ green 56 ◦ blue 112

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

Shades of Deep Koamaru #3B3870

Tints of Deep Koamaru #3B3870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 49.34%

R = 25.99%
G = 24.67%
B = 49.34%

CMYK

 C value IS 0.47

 M value IS 0.50

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3B3870 (or 0x3B3870) is known color: Deep Koamaru. HEX triplet: 3B, 38 and 70. RGB value is (59,56,112). Sum of RGB (Red+Green+Blue) = 59+56+112=227 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.99% from 227); Green value is 56 (22.27% from 255 or 24.67% from 227); Blue value is 112 (44.14% from 255 or 49.34% from 227); Max value from RGB is 112 - color contains mainly: blue. Hex color #3B3870 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3870 is #C4C78F. Grayscale: #3F3F3F. Windows color (decimal): -12896144 or 7354427. OLE color: 7354427.

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

Color convert

RGB 59 56 112 -
CMYK 0.47 0.50 0 0.56
HSL 243.21º 0.33% 0.33% -
HSV(B) 243.21º 0.5% 0.44% -
XYZ 6.14 4.93 15.96 -
YUV 63.28 155.49 124.95 -
System Red Green Blue C M Y K H S L
Decimal 59 56 112 0.47 0.50 0 0.56 243.21 0.33 0.33
Hex 3B 38 70 2F 32 0 38 F3 21 21
Octal 73 70 160 57 62 0 70 363 41 41
Binary 111011 111000 1110000 101111 110010 0 111000 11110011 100001 100001

Color Harmonies of #3B3870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3870

Black with #3B3870

Text Example


Text Example

White with #3B3870

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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