Html Css Color HEX #3C054E Blackcurrant

📋 copy color: '#3C054E'

red 60 ◦ green 5 ◦ blue 78

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

Shades of Blackcurrant #3C054E

Tints of Blackcurrant #3C054E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.5%

 BLUE value IS 78 (30.86% from 255) = 54.55%

R = 41.96%
G = 3.5%
B = 54.55%

CMYK

 C value IS 0.23

 M value IS 0.94

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3C054E (or 0x3C054E) is known color: Blackcurrant. HEX triplet: 3C, 05 and 4E. RGB value is (60,5,78). Sum of RGB (Red+Green+Blue) = 60+5+78=143 (18% of max value = 765). Red value is 60 (23.83% from 255 or 41.96% from 143); Green value is 5 (2.34% from 255 or 3.50% from 143); Blue value is 78 (30.86% from 255 or 54.55% from 143); Max value from RGB is 78 - color contains mainly: blue. Hex color #3C054E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C054E is #C3FAB1. Grayscale: #1D1D1D. Windows color (decimal): -12843698 or 5113148. OLE color: 5113148.

HSL color Cylindrical-coordinate representation of color #3C054E: hue angle of 285.21º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3C054E is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 60 5 78 -
CMYK 0.23 0.94 0 0.69
HSL 285.21º 0.88% 0.16% -
HSV(B) 285.21º 0.94% 0.31% -
XYZ 3.29 1.62 7.35 -
YUV 29.77 155.22 149.56 -
System Red Green Blue C M Y K H S L
Decimal 60 5 78 0.23 0.94 0 0.69 285.21 0.88 0.16
Hex 3C 5 4E 17 5E 0 45 11D 58 10
Octal 74 5 116 27 136 0 105 435 130 20
Binary 111100 101 1001110 10111 1011110 0 1000101 100011101 1011000 10000

Color Harmonies of #3C054E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C054E

Black with #3C054E

Text Example


Text Example

White with #3C054E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,5,78); }

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

background-color css

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

 a { background-color: rgb(60,5,78); }

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

border-color css

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

 span { border-color: rgb(60,5,78); }

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