#38818E

Color #38818E Jelly Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jelly Bean #38818E

Tints of Jelly Bean #38818E

Color information

#38818E (or 0x38818E) is unknown color: approx Jelly Bean. HEX triplet: 38, 81 and 8E. RGB value is (56,129,142). Sum of RGB (Red+Green+Blue) = 56+129+142=327 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.13% from 327); Green value is 129 (50.78% from 255 or 39.45% from 327); Blue value is 142 (55.86% from 255 or 43.43% from 327); Max value from RGB is 142 - color contains mainly: blue. Hex color #38818E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38818E is #C77E71. Grayscale: #6C6C6C. Windows color (decimal): -13074034 or 9339192. OLE color: 9339192.

HSL color Cylindrical-coordinate representation of color #38818E: hue angle of 189.07º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #38818E is Cyan = 0.61, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB56129142-
CMYK0.610.0900.44
HSL189.07º43.43%38.82%-
HSV(B)189.07º60.56%55.69%-
XYZ14.3618.4928.4-
YUV108.66146.8290.44-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.13%
GREEN value IS 129 (50.78% from 255) = 39.45%
BLUE value IS 142 (55.86% from 255) = 43.43%
R=17.13%
G=39.45%
B=43.43%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal561291420.610.0900.44189.0743.4338.82
Hex38818E3D902Cbd2b27
Octal7020121675110542755347
Binary11100010000001100011101111011001010110010111101101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38818E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38818E; }

 p { color: rgb(56,129,142); }

 H1.HeaderClassName
 {
   color: #38818E;
 }
 .AnyTagClassName
 {
   color: #38818E;
 }
</style>
background-color css

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

 a { background-color: rgb(56,129,142); }

 div.DivClassName
 {
   background-color: #38818E;
 }
 .BgClassName
 {
   background-color: #38818E;
 }
</style>
border-color css

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

 span { border-color: rgb(56,129,142); }

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