Html Css Color HEX #43758D Jelly Bean

📋 copy color: '#43758D'

red 67 ◦ green 117 ◦ blue 141

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

Shades of Jelly Bean #43758D

Tints of Jelly Bean #43758D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36%

 BLUE value IS 141 (55.47% from 255) = 43.38%

R = 20.62%
G = 36%
B = 43.38%

CMYK

 C value IS 0.52

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#43758D (or 0x43758D) is known color: Jelly Bean. HEX triplet: 43, 75 and 8D. RGB value is (67,117,141). Sum of RGB (Red+Green+Blue) = 67+117+141=325 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.62% from 325); Green value is 117 (46.09% from 255 or 36% from 325); Blue value is 141 (55.47% from 255 or 43.38% from 325); Max value from RGB is 141 - color contains mainly: blue. Hex color #43758D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #43758D is #BC8A72. Grayscale: #686868. Windows color (decimal): -12356211 or 9270595. OLE color: 9270595.

HSL color Cylindrical-coordinate representation of color #43758D: hue angle of 199.46º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #43758D is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 67 117 141 -
CMYK 0.52 0.17 0 0.45
HSL 199.46º 0.36% 0.41% -
HSV(B) 199.46º 0.52% 0.55% -
XYZ 13.48 15.84 27.55 -
YUV 104.79 148.44 101.05 -
System Red Green Blue C M Y K H S L
Decimal 67 117 141 0.52 0.17 0 0.45 199.46 0.36 0.41
Hex 43 75 8D 34 11 0 2D C7 24 29
Octal 103 165 215 64 21 0 55 307 44 51
Binary 1000011 1110101 10001101 110100 10001 0 101101 11000111 100100 101001

Color Harmonies of #43758D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43758D

Black with #43758D

Text Example


Text Example

White with #43758D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43758D; }

 p { color: rgb(67,117,141); }

 H1.HeaderClassName
 {
   color: #43758D;
 }
 .AnyTagClassName
 {
   color: #43758D;
 }
</style>

background-color css

<style>
 a { background-color: #43758D; }

 a { background-color: rgb(67,117,141); }

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

border-color css

<style>
 span { border-color: #43758D; }

 span { border-color: rgb(67,117,141); }

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