Html Css Color HEX #438291 Jelly Bean

📋 copy color: '#438291'

red 67 ◦ green 130 ◦ blue 145

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

Shades of Jelly Bean #438291

Tints of Jelly Bean #438291

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.01%

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

R = 19.59%
G = 38.01%
B = 42.4%

CMYK

 C value IS 0.54

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#438291 (or 0x438291) is known color: Jelly Bean. HEX triplet: 43, 82 and 91. RGB value is (67,130,145). Sum of RGB (Red+Green+Blue) = 67+130+145=342 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.59% from 342); Green value is 130 (51.17% from 255 or 38.01% from 342); Blue value is 145 (57.03% from 255 or 42.40% from 342); Max value from RGB is 145 - color contains mainly: blue. Hex color #438291 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438291 is #BC7D6E. Grayscale: #707070. Windows color (decimal): -12352879 or 9536067. OLE color: 9536067.

HSL color Cylindrical-coordinate representation of color #438291: hue angle of 191.54º 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 #438291 is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 67 130 145 -
CMYK 0.54 0.10 0 0.43
HSL 191.54º 0.37% 0.42% -
HSV(B) 191.54º 0.54% 0.57% -
XYZ 15.41 19.2 29.68 -
YUV 112.87 146.13 95.28 -
System Red Green Blue C M Y K H S L
Decimal 67 130 145 0.54 0.10 0 0.43 191.54 0.37 0.42
Hex 43 82 91 36 A 0 2B C0 25 2A
Octal 103 202 221 66 12 0 53 300 45 52
Binary 1000011 10000010 10010001 110110 1010 0 101011 11000000 100101 101010

Color Harmonies of #438291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438291

Black with #438291

Text Example


Text Example

White with #438291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438291; }

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

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

background-color css

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

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

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

border-color css

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

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

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