Html Css Color HEX #3C3861 Deep Koamaru

📋 copy color: '#3C3861'

red 60 ◦ green 56 ◦ blue 97

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

Shades of Deep Koamaru #3C3861

Tints of Deep Koamaru #3C3861

RGB

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

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

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

R = 28.17%
G = 26.29%
B = 45.54%

CMYK

 C value IS 0.38

 M value IS 0.42

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3C3861 (or 0x3C3861) is known color: Deep Koamaru. HEX triplet: 3C, 38 and 61. RGB value is (60,56,97). Sum of RGB (Red+Green+Blue) = 60+56+97=213 (28% of max value = 765). Red value is 60 (23.83% from 255 or 28.17% from 213); Green value is 56 (22.27% from 255 or 26.29% from 213); Blue value is 97 (38.28% from 255 or 45.54% from 213); Max value from RGB is 97 - color contains mainly: blue. Hex color #3C3861 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3861 is #C3C79E. Grayscale: #3D3D3D. Windows color (decimal): -12830623 or 6371388. OLE color: 6371388.

HSL color Cylindrical-coordinate representation of color #3C3861: hue angle of 245.85º 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 #3C3861 is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 60 56 97 -
CMYK 0.38 0.42 0 0.62
HSL 245.85º 0.27% 0.3% -
HSV(B) 245.85º 0.42% 0.38% -
XYZ 5.44 4.65 11.92 -
YUV 61.87 147.83 126.67 -
System Red Green Blue C M Y K H S L
Decimal 60 56 97 0.38 0.42 0 0.62 245.85 0.27 0.3
Hex 3C 38 61 26 2A 0 3E F6 1B 1E
Octal 74 70 141 46 52 0 76 366 33 36
Binary 111100 111000 1100001 100110 101010 0 111110 11110110 11011 11110

Color Harmonies of #3C3861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3861

Black with #3C3861

Text Example


Text Example

White with #3C3861

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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