Html Css Color HEX #3C3B5B Deep Koamaru

📋 copy color: '#3C3B5B'

red 60 ◦ green 59 ◦ blue 91

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

Shades of Deep Koamaru #3C3B5B

Tints of Deep Koamaru #3C3B5B

RGB

 RED value IS 60 (23.83% from 255) = 28.57%

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

 BLUE value IS 91 (35.94% from 255) = 43.33%

R = 28.57%
G = 28.1%
B = 43.33%

CMYK

 C value IS 0.34

 M value IS 0.35

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3C3B5B (or 0x3C3B5B) is known color: Deep Koamaru. HEX triplet: 3C, 3B and 5B. RGB value is (60,59,91). Sum of RGB (Red+Green+Blue) = 60+59+91=210 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.57% from 210); Green value is 59 (23.44% from 255 or 28.10% from 210); Blue value is 91 (35.94% from 255 or 43.33% from 210); Max value from RGB is 91 - color contains mainly: blue. Hex color #3C3B5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3B5B is #C3C4A4. Grayscale: #3E3E3E. Windows color (decimal): -12829861 or 5978940. OLE color: 5978940.

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

Color convert

RGB 60 59 91 -
CMYK 0.34 0.35 0 0.64
HSL 241.88º 0.21% 0.29% -
HSV(B) 241.88º 0.35% 0.36% -
XYZ 5.32 4.84 10.55 -
YUV 62.95 143.83 125.9 -
System Red Green Blue C M Y K H S L
Decimal 60 59 91 0.34 0.35 0 0.64 241.88 0.21 0.29
Hex 3C 3B 5B 22 23 0 40 F2 15 1D
Octal 74 73 133 42 43 0 100 362 25 35
Binary 111100 111011 1011011 100010 100011 0 1000000 11110010 10101 11101

Color Harmonies of #3C3B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3B5B

Black with #3C3B5B

Text Example


Text Example

White with #3C3B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,59,91); }

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

background-color css

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

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

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

border-color css

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

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

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