Html Css Color HEX #438191 Jelly Bean

📋 copy color: '#438191'

red 67 ◦ green 129 ◦ blue 145

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

Shades of Jelly Bean #438191

Tints of Jelly Bean #438191

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.83%

 BLUE value IS 145 (57.03% from 255) = 42.52%

R = 19.65%
G = 37.83%
B = 42.52%

CMYK

 C value IS 0.54

 M value IS 0.11

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#438191 (or 0x438191) is known color: Jelly Bean. HEX triplet: 43, 81 and 91. RGB value is (67,129,145). Sum of RGB (Red+Green+Blue) = 67+129+145=341 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.65% from 341); Green value is 129 (50.78% from 255 or 37.83% from 341); Blue value is 145 (57.03% from 255 or 42.52% from 341); Max value from RGB is 145 - color contains mainly: blue. Hex color #438191 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438191 is #BC7E6E. Grayscale: #707070. Windows color (decimal): -12353135 or 9535811. OLE color: 9535811.

HSL color Cylindrical-coordinate representation of color #438191: hue angle of 192.31º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #438191 is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 67 129 145 -
CMYK 0.54 0.11 0 0.43
HSL 192.31º 0.37% 0.42% -
HSV(B) 192.31º 0.54% 0.57% -
XYZ 15.28 18.94 29.64 -
YUV 112.29 146.46 95.7 -
System Red Green Blue C M Y K H S L
Decimal 67 129 145 0.54 0.11 0 0.43 192.31 0.37 0.42
Hex 43 81 91 36 B 0 2B C0 25 2A
Octal 103 201 221 66 13 0 53 300 45 52
Binary 1000011 10000001 10010001 110110 1011 0 101011 11000000 100101 101010

Color Harmonies of #438191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438191

Black with #438191

Text Example


Text Example

White with #438191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438191; }

 p { color: rgb(67,129,145); }

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

background-color css

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

 a { background-color: rgb(67,129,145); }

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

border-color css

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

 span { border-color: rgb(67,129,145); }

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