Html Css Color HEX #3C375A Jacarta

📋 copy color: '#3C375A'

red 60 ◦ green 55 ◦ blue 90

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

Shades of Jacarta #3C375A

Tints of Jacarta #3C375A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.83%

 BLUE value IS 90 (35.55% from 255) = 43.9%

R = 29.27%
G = 26.83%
B = 43.9%

CMYK

 C value IS 0.33

 M value IS 0.39

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3C375A (or 0x3C375A) is known color: Jacarta. HEX triplet: 3C, 37 and 5A. RGB value is (60,55,90). Sum of RGB (Red+Green+Blue) = 60+55+90=205 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.27% from 205); Green value is 55 (21.88% from 255 or 26.83% from 205); Blue value is 90 (35.55% from 255 or 43.90% from 205); Max value from RGB is 90 - color contains mainly: blue. Hex color #3C375A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C375A is #C3C8A5. Grayscale: #3C3C3C. Windows color (decimal): -12830886 or 5912380. OLE color: 5912380.

HSL color Cylindrical-coordinate representation of color #3C375A: hue angle of 248.57º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3C375A is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 60 55 90 -
CMYK 0.33 0.39 0 0.65
HSL 248.57º 0.24% 0.28% -
HSV(B) 248.57º 0.39% 0.35% -
XYZ 5.08 4.43 10.26 -
YUV 60.49 144.66 127.65 -
System Red Green Blue C M Y K H S L
Decimal 60 55 90 0.33 0.39 0 0.65 248.57 0.24 0.28
Hex 3C 37 5A 21 27 0 41 F9 18 1C
Octal 74 67 132 41 47 0 101 371 30 34
Binary 111100 110111 1011010 100001 100111 0 1000001 11111001 11000 11100

Color Harmonies of #3C375A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C375A

Black with #3C375A

Text Example


Text Example

White with #3C375A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,55,90); }

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

background-color css

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

 a { background-color: rgb(60,55,90); }

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

border-color css

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

 span { border-color: rgb(60,55,90); }

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