Html Css Color HEX #438095 Jelly Bean

📋 copy color: '#438095'

red 67 ◦ green 128 ◦ blue 149

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

Shades of Jelly Bean #438095

Tints of Jelly Bean #438095

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.21%

 BLUE value IS 149 (58.59% from 255) = 43.31%

R = 19.48%
G = 37.21%
B = 43.31%

CMYK

 C value IS 0.55

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#438095 (or 0x438095) is known color: Jelly Bean. HEX triplet: 43, 80 and 95. RGB value is (67,128,149). Sum of RGB (Red+Green+Blue) = 67+128+149=344 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.48% from 344); Green value is 128 (50.39% from 255 or 37.21% from 344); Blue value is 149 (58.59% from 255 or 43.31% from 344); Max value from RGB is 149 - color contains mainly: blue. Hex color #438095 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438095 is #BC7F6A. Grayscale: #707070. Windows color (decimal): -12353387 or 9797699. OLE color: 9797699.

HSL color Cylindrical-coordinate representation of color #438095: hue angle of 195.37º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #438095 is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 67 128 149 -
CMYK 0.55 0.14 0 0.42
HSL 195.37º 0.38% 0.42% -
HSV(B) 195.37º 0.55% 0.58% -
XYZ 15.46 18.8 31.25 -
YUV 112.16 148.79 95.79 -
System Red Green Blue C M Y K H S L
Decimal 67 128 149 0.55 0.14 0 0.42 195.37 0.38 0.42
Hex 43 80 95 37 E 0 2A C3 26 2A
Octal 103 200 225 67 16 0 52 303 46 52
Binary 1000011 10000000 10010101 110111 1110 0 101010 11000011 100110 101010

Color Harmonies of #438095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438095

Black with #438095

Text Example


Text Example

White with #438095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438095; }

 p { color: rgb(67,128,149); }

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

background-color css

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

 a { background-color: rgb(67,128,149); }

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

border-color css

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

 span { border-color: rgb(67,128,149); }

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