Html Css Color HEX #385285 Fun Blue

📋 copy color: '#385285'

red 56 ◦ green 82 ◦ blue 133

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

Shades of Fun Blue #385285

Tints of Fun Blue #385285

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.26%

 BLUE value IS 133 (52.34% from 255) = 49.08%

R = 20.66%
G = 30.26%
B = 49.08%

CMYK

 C value IS 0.58

 M value IS 0.38

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#385285 (or 0x385285) is known color: Fun Blue. HEX triplet: 38, 52 and 85. RGB value is (56,82,133). Sum of RGB (Red+Green+Blue) = 56+82+133=271 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.66% from 271); Green value is 82 (32.42% from 255 or 30.26% from 271); Blue value is 133 (52.34% from 255 or 49.08% from 271); Max value from RGB is 133 - color contains mainly: blue. Hex color #385285 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385285 is #C7AD7A. Grayscale: #4F4F4F. Windows color (decimal): -13086075 or 8737336. OLE color: 8737336.

HSL color Cylindrical-coordinate representation of color #385285: hue angle of 219.74º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #385285 is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 56 82 133 -
CMYK 0.58 0.38 0 0.48
HSL 219.74º 0.41% 0.37% -
HSV(B) 219.74º 0.58% 0.52% -
XYZ 8.88 8.57 23.38 -
YUV 80.04 157.89 110.85 -
System Red Green Blue C M Y K H S L
Decimal 56 82 133 0.58 0.38 0 0.48 219.74 0.41 0.37
Hex 38 52 85 3A 26 0 30 DC 29 25
Octal 70 122 205 72 46 0 60 334 51 45
Binary 111000 1010010 10000101 111010 100110 0 110000 11011100 101001 100101

Color Harmonies of #385285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385285

Black with #385285

Text Example


Text Example

White with #385285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385285; }

 p { color: rgb(56,82,133); }

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

background-color css

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

 a { background-color: rgb(56,82,133); }

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

border-color css

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

 span { border-color: rgb(56,82,133); }

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