Html Css Color HEX #385488 Fun Blue

📋 copy color: '#385488'

red 56 ◦ green 84 ◦ blue 136

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

Shades of Fun Blue #385488

Tints of Fun Blue #385488

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.43%

 BLUE value IS 136 (53.52% from 255) = 49.28%

R = 20.29%
G = 30.43%
B = 49.28%

CMYK

 C value IS 0.59

 M value IS 0.38

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#385488 (or 0x385488) is known color: Fun Blue. HEX triplet: 38, 54 and 88. RGB value is (56,84,136). Sum of RGB (Red+Green+Blue) = 56+84+136=276 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.29% from 276); Green value is 84 (33.20% from 255 or 30.43% from 276); Blue value is 136 (53.52% from 255 or 49.28% from 276); Max value from RGB is 136 - color contains mainly: blue. Hex color #385488 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385488 is #C7AB77. Grayscale: #515151. Windows color (decimal): -13085560 or 8934456. OLE color: 8934456.

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

Color convert

RGB 56 84 136 -
CMYK 0.59 0.38 0 0.47
HSL 219º 0.42% 0.38% -
HSV(B) 219º 0.59% 0.53% -
XYZ 9.25 8.96 24.53 -
YUV 81.56 158.72 109.77 -
System Red Green Blue C M Y K H S L
Decimal 56 84 136 0.59 0.38 0 0.47 219 0.42 0.38
Hex 38 54 88 3B 26 0 2F DB 2A 26
Octal 70 124 210 73 46 0 57 333 52 46
Binary 111000 1010100 10001000 111011 100110 0 101111 11011011 101010 100110

Color Harmonies of #385488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385488

Black with #385488

Text Example


Text Example

White with #385488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385488; }

 p { color: rgb(56,84,136); }

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

background-color css

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

 a { background-color: rgb(56,84,136); }

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

border-color css

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

 span { border-color: rgb(56,84,136); }

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