Html Css Color HEX #437985 Jelly Bean

📋 copy color: '#437985'

red 67 ◦ green 121 ◦ blue 133

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

Shades of Jelly Bean #437985

Tints of Jelly Bean #437985

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.69%

 BLUE value IS 133 (52.34% from 255) = 41.43%

R = 20.87%
G = 37.69%
B = 41.43%

CMYK

 C value IS 0.50

 M value IS 0.09

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#437985 (or 0x437985) is known color: Jelly Bean. HEX triplet: 43, 79 and 85. RGB value is (67,121,133). Sum of RGB (Red+Green+Blue) = 67+121+133=321 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.87% from 321); Green value is 121 (47.66% from 255 or 37.69% from 321); Blue value is 133 (52.34% from 255 or 41.43% from 321); Max value from RGB is 133 - color contains mainly: blue. Hex color #437985 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #437985 is #BC867A. Grayscale: #6A6A6A. Windows color (decimal): -12355195 or 8747331. OLE color: 8747331.

HSL color Cylindrical-coordinate representation of color #437985: hue angle of 190.91º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #437985 is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 67 121 133 -
CMYK 0.50 0.09 0 0.48
HSL 190.91º 0.33% 0.39% -
HSV(B) 190.91º 0.5% 0.52% -
XYZ 13.39 16.56 24.68 -
YUV 106.22 143.11 100.02 -
System Red Green Blue C M Y K H S L
Decimal 67 121 133 0.50 0.09 0 0.48 190.91 0.33 0.39
Hex 43 79 85 32 9 0 30 BF 21 27
Octal 103 171 205 62 11 0 60 277 41 47
Binary 1000011 1111001 10000101 110010 1001 0 110000 10111111 100001 100111

Color Harmonies of #437985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #437985

Black with #437985

Text Example


Text Example

White with #437985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #437985; }

 p { color: rgb(67,121,133); }

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

background-color css

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

 a { background-color: rgb(67,121,133); }

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

border-color css

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

 span { border-color: rgb(67,121,133); }

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