Html Css Color HEX #388098 Jelly Bean

📋 copy color: '#388098'

red 56 ◦ green 128 ◦ blue 152

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

Shades of Jelly Bean #388098

Tints of Jelly Bean #388098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 45.24%

R = 16.67%
G = 38.1%
B = 45.24%

CMYK

 C value IS 0.63

 M value IS 0.16

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#388098 (or 0x388098) is known color: Jelly Bean. HEX triplet: 38, 80 and 98. RGB value is (56,128,152). Sum of RGB (Red+Green+Blue) = 56+128+152=336 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.67% from 336); Green value is 128 (50.39% from 255 or 38.10% from 336); Blue value is 152 (59.77% from 255 or 45.24% from 336); Max value from RGB is 152 - color contains mainly: blue. Hex color #388098 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388098 is #C77F67. Grayscale: #6D6D6D. Windows color (decimal): -13074280 or 9994296. OLE color: 9994296.

HSL color Cylindrical-coordinate representation of color #388098: hue angle of 195º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #388098 is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 56 128 152 -
CMYK 0.63 0.16 0 0.40
HSL 195º 0.46% 0.41% -
HSV(B) 195º 0.63% 0.6% -
XYZ 15.02 18.55 32.49 -
YUV 109.21 152.15 90.05 -
System Red Green Blue C M Y K H S L
Decimal 56 128 152 0.63 0.16 0 0.40 195 0.46 0.41
Hex 38 80 98 3F 10 0 28 C3 2E 29
Octal 70 200 230 77 20 0 50 303 56 51
Binary 111000 10000000 10011000 111111 10000 0 101000 11000011 101110 101001

Color Harmonies of #388098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388098

Black with #388098

Text Example


Text Example

White with #388098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388098; }

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

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

background-color css

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

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

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

border-color css

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

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

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