Html Css Color HEX #3C385A Jacarta

📋 copy color: '#3C385A'

red 60 ◦ green 56 ◦ blue 90

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

Shades of Jacarta #3C385A

Tints of Jacarta #3C385A

RGB

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

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

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

R = 29.13%
G = 27.18%
B = 43.69%

CMYK

 C value IS 0.33

 M value IS 0.38

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3C385A (or 0x3C385A) is known color: Jacarta. HEX triplet: 3C, 38 and 5A. RGB value is (60,56,90). Sum of RGB (Red+Green+Blue) = 60+56+90=206 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.13% from 206); Green value is 56 (22.27% from 255 or 27.18% from 206); Blue value is 90 (35.55% from 255 or 43.69% from 206); Max value from RGB is 90 - color contains mainly: blue. Hex color #3C385A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C385A is #C3C7A5. Grayscale: #3C3C3C. Windows color (decimal): -12830630 or 5912636. OLE color: 5912636.

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

Color convert

RGB 60 56 90 -
CMYK 0.33 0.38 0 0.65
HSL 247.06º 0.23% 0.29% -
HSV(B) 247.06º 0.38% 0.35% -
XYZ 5.12 4.53 10.28 -
YUV 61.07 144.33 127.24 -
System Red Green Blue C M Y K H S L
Decimal 60 56 90 0.33 0.38 0 0.65 247.06 0.23 0.29
Hex 3C 38 5A 21 26 0 41 F7 17 1D
Octal 74 70 132 41 46 0 101 367 27 35
Binary 111100 111000 1011010 100001 100110 0 1000001 11110111 10111 11101

Color Harmonies of #3C385A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C385A

Black with #3C385A

Text Example


Text Example

White with #3C385A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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