Html Css Color HEX #3C3455 Jacarta

📋 copy color: '#3C3455'

red 60 ◦ green 52 ◦ blue 85

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

Shades of Jacarta #3C3455

Tints of Jacarta #3C3455

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.4%

 BLUE value IS 85 (33.59% from 255) = 43.15%

R = 30.46%
G = 26.4%
B = 43.15%

CMYK

 C value IS 0.29

 M value IS 0.39

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#3C3455 (or 0x3C3455) is known color: Jacarta. HEX triplet: 3C, 34 and 55. RGB value is (60,52,85). Sum of RGB (Red+Green+Blue) = 60+52+85=197 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30.46% from 197); Green value is 52 (20.70% from 255 or 26.40% from 197); Blue value is 85 (33.59% from 255 or 43.15% from 197); Max value from RGB is 85 - color contains mainly: blue. Hex color #3C3455 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3455 is #C3CBAA. Grayscale: #3A3A3A. Windows color (decimal): -12831659 or 5583932. OLE color: 5583932.

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

Color convert

RGB 60 52 85 -
CMYK 0.29 0.39 0 0.67
HSL 254.55º 0.24% 0.27% -
HSV(B) 254.55º 0.39% 0.33% -
XYZ 4.73 4.07 9.13 -
YUV 58.15 143.15 129.32 -
System Red Green Blue C M Y K H S L
Decimal 60 52 85 0.29 0.39 0 0.67 254.55 0.24 0.27
Hex 3C 34 55 1D 27 0 43 FF 18 1B
Octal 74 64 125 35 47 0 103 377 30 33
Binary 111100 110100 1010101 11101 100111 0 1000011 11111111 11000 11011

Color Harmonies of #3C3455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3455

Black with #3C3455

Text Example


Text Example

White with #3C3455

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,52,85); }

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

background-color css

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

 a { background-color: rgb(60,52,85); }

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

border-color css

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

 span { border-color: rgb(60,52,85); }

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