Html Css Color HEX #388090 Jelly Bean

📋 copy color: '#388090'

red 56 ◦ green 128 ◦ blue 144

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

Shades of Jelly Bean #388090

Tints of Jelly Bean #388090

RGB

 RED value IS 56 (22.27% from 255) = 17.07%

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

 BLUE value IS 144 (56.64% from 255) = 43.9%

R = 17.07%
G = 39.02%
B = 43.9%

CMYK

 C value IS 0.61

 M value IS 0.11

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#388090 (or 0x388090) is known color: Jelly Bean. HEX triplet: 38, 80 and 90. RGB value is (56,128,144). Sum of RGB (Red+Green+Blue) = 56+128+144=328 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.07% from 328); Green value is 128 (50.39% from 255 or 39.02% from 328); Blue value is 144 (56.64% from 255 or 43.90% from 328); Max value from RGB is 144 - color contains mainly: blue. Hex color #388090 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388090 is #C77F6F. Grayscale: #6C6C6C. Windows color (decimal): -13074288 or 9470008. OLE color: 9470008.

HSL color Cylindrical-coordinate representation of color #388090: hue angle of 190.91º degrees, saturation: 0.44, 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 #388090 is Cyan = 0.61, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 56 128 144 -
CMYK 0.61 0.11 0 0.44
HSL 190.91º 0.44% 0.39% -
HSV(B) 190.91º 0.61% 0.56% -
XYZ 14.38 18.29 29.16 -
YUV 108.3 148.15 90.7 -
System Red Green Blue C M Y K H S L
Decimal 56 128 144 0.61 0.11 0 0.44 190.91 0.44 0.39
Hex 38 80 90 3D B 0 2C BF 2C 27
Octal 70 200 220 75 13 0 54 277 54 47
Binary 111000 10000000 10010000 111101 1011 0 101100 10111111 101100 100111

Color Harmonies of #388090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388090

Black with #388090

Text Example


Text Example

White with #388090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388090; }

 p { color: rgb(56,128,144); }

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

background-color css

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

 a { background-color: rgb(56,128,144); }

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

border-color css

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

 span { border-color: rgb(56,128,144); }

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