Html Css Color HEX #3B3B5A Deep Koamaru

📋 copy color: '#3B3B5A'

red 59 ◦ green 59 ◦ blue 90

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

Shades of Deep Koamaru #3B3B5A

Tints of Deep Koamaru #3B3B5A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 28.37%

 BLUE value IS 90 (35.55% from 255) = 43.27%

R = 28.37%
G = 28.37%
B = 43.27%

CMYK

 C value IS 0.34

 M value IS 0.34

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3B3B5A (or 0x3B3B5A) is known color: Deep Koamaru. HEX triplet: 3B, 3B and 5A. RGB value is (59,59,90). Sum of RGB (Red+Green+Blue) = 59+59+90=208 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.37% from 208); Green value is 59 (23.44% from 255 or 28.37% from 208); Blue value is 90 (35.55% from 255 or 43.27% from 208); Max value from RGB is 90 - color contains mainly: blue. Hex color #3B3B5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3B5A is #C4C4A5. Grayscale: #3E3E3E. Windows color (decimal): -12895398 or 5913403. OLE color: 5913403.

HSL color Cylindrical-coordinate representation of color #3B3B5A: hue angle of 240º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3B3B5A is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 59 59 90 -
CMYK 0.34 0.34 0 0.65
HSL 240º 0.21% 0.29% -
HSV(B) 240º 0.34% 0.35% -
XYZ 5.21 4.8 10.32 -
YUV 62.53 143.5 125.48 -
System Red Green Blue C M Y K H S L
Decimal 59 59 90 0.34 0.34 0 0.65 240 0.21 0.29
Hex 3B 3B 5A 22 22 0 41 F0 15 1D
Octal 73 73 132 42 42 0 101 360 25 35
Binary 111011 111011 1011010 100010 100010 0 1000001 11110000 10101 11101

Color Harmonies of #3B3B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3B5A

Black with #3B3B5A

Text Example


Text Example

White with #3B3B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,59,90); }

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

background-color css

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

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

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

border-color css

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

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

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