Html Css Color HEX #3C3862 Deep Koamaru

📋 copy color: '#3C3862'

red 60 ◦ green 56 ◦ blue 98

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

Shades of Deep Koamaru #3C3862

Tints of Deep Koamaru #3C3862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 45.79%

R = 28.04%
G = 26.17%
B = 45.79%

CMYK

 C value IS 0.39

 M value IS 0.43

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3C3862 (or 0x3C3862) is known color: Deep Koamaru. HEX triplet: 3C, 38 and 62. RGB value is (60,56,98). Sum of RGB (Red+Green+Blue) = 60+56+98=214 (28% of max value = 765). Red value is 60 (23.83% from 255 or 28.04% from 214); Green value is 56 (22.27% from 255 or 26.17% from 214); Blue value is 98 (38.67% from 255 or 45.79% from 214); Max value from RGB is 98 - color contains mainly: blue. Hex color #3C3862 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3862 is #C3C79D. Grayscale: #3D3D3D. Windows color (decimal): -12830622 or 6436924. OLE color: 6436924.

HSL color Cylindrical-coordinate representation of color #3C3862: hue angle of 245.71º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3C3862 is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 60 56 98 -
CMYK 0.39 0.43 0 0.62
HSL 245.71º 0.27% 0.3% -
HSV(B) 245.71º 0.43% 0.38% -
XYZ 5.48 4.67 12.17 -
YUV 61.98 148.33 126.58 -
System Red Green Blue C M Y K H S L
Decimal 60 56 98 0.39 0.43 0 0.62 245.71 0.27 0.3
Hex 3C 38 62 27 2B 0 3E F6 1B 1E
Octal 74 70 142 47 53 0 76 366 33 36
Binary 111100 111000 1100010 100111 101011 0 111110 11110110 11011 11110

Color Harmonies of #3C3862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3862

Black with #3C3862

Text Example


Text Example

White with #3C3862

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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