Html Css Color HEX #385688 Fun Blue

📋 copy color: '#385688'

red 56 ◦ green 86 ◦ blue 136

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

Shades of Fun Blue #385688

Tints of Fun Blue #385688

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.94%

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

R = 20.14%
G = 30.94%
B = 48.92%

CMYK

 C value IS 0.59

 M value IS 0.37

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#385688 (or 0x385688) is known color: Fun Blue. HEX triplet: 38, 56 and 88. RGB value is (56,86,136). Sum of RGB (Red+Green+Blue) = 56+86+136=278 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.14% from 278); Green value is 86 (33.98% from 255 or 30.94% from 278); Blue value is 136 (53.52% from 255 or 48.92% from 278); Max value from RGB is 136 - color contains mainly: blue. Hex color #385688 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385688 is #C7A977. Grayscale: #525252. Windows color (decimal): -13085048 or 8934968. OLE color: 8934968.

HSL color Cylindrical-coordinate representation of color #385688: hue angle of 217.5º 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 #385688 is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 56 86 136 -
CMYK 0.59 0.37 0 0.47
HSL 217.5º 0.42% 0.38% -
HSV(B) 217.5º 0.59% 0.53% -
XYZ 9.4 9.27 24.59 -
YUV 82.73 158.06 108.93 -
System Red Green Blue C M Y K H S L
Decimal 56 86 136 0.59 0.37 0 0.47 217.5 0.42 0.38
Hex 38 56 88 3B 25 0 2F DA 2A 26
Octal 70 126 210 73 45 0 57 332 52 46
Binary 111000 1010110 10001000 111011 100101 0 101111 11011010 101010 100110

Color Harmonies of #385688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385688

Black with #385688

Text Example


Text Example

White with #385688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385688; }

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

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

background-color css

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

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

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

border-color css

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

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

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