Html Css Color HEX #3C3B65 Deep Koamaru

📋 copy color: '#3C3B65'

red 60 ◦ green 59 ◦ blue 101

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

Shades of Deep Koamaru #3C3B65

Tints of Deep Koamaru #3C3B65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 45.91%

R = 27.27%
G = 26.82%
B = 45.91%

CMYK

 C value IS 0.41

 M value IS 0.42

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#3C3B65 (or 0x3C3B65) is known color: Deep Koamaru. HEX triplet: 3C, 3B and 65. RGB value is (60,59,101). Sum of RGB (Red+Green+Blue) = 60+59+101=220 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.27% from 220); Green value is 59 (23.44% from 255 or 26.82% from 220); Blue value is 101 (39.84% from 255 or 45.91% from 220); Max value from RGB is 101 - color contains mainly: blue. Hex color #3C3B65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3B65 is #C3C49A. Grayscale: #3F3F3F. Windows color (decimal): -12829851 or 6634300. OLE color: 6634300.

HSL color Cylindrical-coordinate representation of color #3C3B65: hue angle of 241.43º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3C3B65 is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 60 59 101 -
CMYK 0.41 0.42 0 0.60
HSL 241.43º 0.26% 0.31% -
HSV(B) 241.43º 0.42% 0.4% -
XYZ 5.78 5.03 12.98 -
YUV 64.09 148.83 125.08 -
System Red Green Blue C M Y K H S L
Decimal 60 59 101 0.41 0.42 0 0.60 241.43 0.26 0.31
Hex 3C 3B 65 29 2A 0 3C F1 1A 1F
Octal 74 73 145 51 52 0 74 361 32 37
Binary 111100 111011 1100101 101001 101010 0 111100 11110001 11010 11111

Color Harmonies of #3C3B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3B65

Black with #3C3B65

Text Example


Text Example

White with #3C3B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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