Html Css Color HEX #3C3A62 Deep Koamaru

📋 copy color: '#3C3A62'

red 60 ◦ green 58 ◦ blue 98

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

Shades of Deep Koamaru #3C3A62

Tints of Deep Koamaru #3C3A62

RGB

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

 GREEN value IS 58 (23.05% from 255) = 26.85%

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

R = 27.78%
G = 26.85%
B = 45.37%

CMYK

 C value IS 0.39

 M value IS 0.41

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3C3A62 (or 0x3C3A62) is known color: Deep Koamaru. HEX triplet: 3C, 3A and 62. RGB value is (60,58,98). Sum of RGB (Red+Green+Blue) = 60+58+98=216 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.78% from 216); Green value is 58 (23.05% from 255 or 26.85% from 216); Blue value is 98 (38.67% from 255 or 45.37% from 216); Max value from RGB is 98 - color contains mainly: blue. Hex color #3C3A62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3A62 is #C3C59D. Grayscale: #3F3F3F. Windows color (decimal): -12830110 or 6437436. OLE color: 6437436.

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

Color convert

RGB 60 58 98 -
CMYK 0.39 0.41 0 0.62
HSL 243º 0.26% 0.31% -
HSV(B) 243º 0.41% 0.38% -
XYZ 5.58 4.87 12.2 -
YUV 63.16 147.66 125.75 -
System Red Green Blue C M Y K H S L
Decimal 60 58 98 0.39 0.41 0 0.62 243 0.26 0.31
Hex 3C 3A 62 27 29 0 3E F3 1A 1F
Octal 74 72 142 47 51 0 76 363 32 37
Binary 111100 111010 1100010 100111 101001 0 111110 11110011 11010 11111

Color Harmonies of #3C3A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3A62

Black with #3C3A62

Text Example


Text Example

White with #3C3A62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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