Html Css Color HEX #433D5A Jacarta

📋 copy color: '#433D5A'

red 67 ◦ green 61 ◦ blue 90

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

Shades of Jacarta #433D5A

Tints of Jacarta #433D5A

RGB

 RED value IS 67 (26.56% from 255) = 30.73%

 GREEN value IS 61 (24.22% from 255) = 27.98%

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

R = 30.73%
G = 27.98%
B = 41.28%

CMYK

 C value IS 0.26

 M value IS 0.32

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#433D5A (or 0x433D5A) is known color: Jacarta. HEX triplet: 43, 3D and 5A. RGB value is (67,61,90). Sum of RGB (Red+Green+Blue) = 67+61+90=218 (28% of max value = 765). Red value is 67 (26.56% from 255 or 30.73% from 218); Green value is 61 (24.22% from 255 or 27.98% from 218); Blue value is 90 (35.55% from 255 or 41.28% from 218); Max value from RGB is 90 - color contains mainly: blue. Hex color #433D5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433D5A is #BCC2A5. Grayscale: #414141. Windows color (decimal): -12370598 or 5913923. OLE color: 5913923.

HSL color Cylindrical-coordinate representation of color #433D5A: hue angle of 252.41º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #433D5A is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 67 61 90 -
CMYK 0.26 0.32 0 0.65
HSL 252.41º 0.19% 0.3% -
HSV(B) 252.41º 0.32% 0.35% -
XYZ 5.83 5.27 10.38 -
YUV 66.1 141.49 128.64 -
System Red Green Blue C M Y K H S L
Decimal 67 61 90 0.26 0.32 0 0.65 252.41 0.19 0.3
Hex 43 3D 5A 1A 20 0 41 FC 13 1E
Octal 103 75 132 32 40 0 101 374 23 36
Binary 1000011 111101 1011010 11010 100000 0 1000001 11111100 10011 11110

Color Harmonies of #433D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #433D5A

Black with #433D5A

Text Example


Text Example

White with #433D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #433D5A; }

 p { color: rgb(67,61,90); }

 H1.HeaderClassName
 {
   color: #433D5A;
 }
 .AnyTagClassName
 {
   color: #433D5A;
 }
</style>

background-color css

<style>
 a { background-color: #433D5A; }

 a { background-color: rgb(67,61,90); }

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

border-color css

<style>
 span { border-color: #433D5A; }

 span { border-color: rgb(67,61,90); }

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