Html Css Color HEX #3C3B69 Deep Koamaru

📋 copy color: '#3C3B69'

red 60 ◦ green 59 ◦ blue 105

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

Shades of Deep Koamaru #3C3B69

Tints of Deep Koamaru #3C3B69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 46.88%

R = 26.79%
G = 26.34%
B = 46.88%

CMYK

 C value IS 0.43

 M value IS 0.44

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#3C3B69 (or 0x3C3B69) is known color: Deep Koamaru. HEX triplet: 3C, 3B and 69. RGB value is (60,59,105). Sum of RGB (Red+Green+Blue) = 60+59+105=224 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.79% from 224); Green value is 59 (23.44% from 255 or 26.34% from 224); Blue value is 105 (41.41% from 255 or 46.88% from 224); Max value from RGB is 105 - color contains mainly: blue. Hex color #3C3B69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3B69 is #C3C496. Grayscale: #404040. Windows color (decimal): -12829847 or 6896444. OLE color: 6896444.

HSL color Cylindrical-coordinate representation of color #3C3B69: hue angle of 241.3º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3C3B69 is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 60 59 105 -
CMYK 0.43 0.44 0 0.59
HSL 241.3º 0.28% 0.32% -
HSV(B) 241.3º 0.44% 0.41% -
XYZ 5.98 5.11 14.04 -
YUV 64.54 150.83 124.76 -
System Red Green Blue C M Y K H S L
Decimal 60 59 105 0.43 0.44 0 0.59 241.3 0.28 0.32
Hex 3C 3B 69 2B 2C 0 3B F1 1C 20
Octal 74 73 151 53 54 0 73 361 34 40
Binary 111100 111011 1101001 101011 101100 0 111011 11110001 11100 100000

Color Harmonies of #3C3B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3B69

Black with #3C3B69

Text Example


Text Example

White with #3C3B69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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