Html Css Color HEX #385485 Fun Blue

📋 copy color: '#385485'

red 56 ◦ green 84 ◦ blue 133

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

Shades of Fun Blue #385485

Tints of Fun Blue #385485

RGB

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

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

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

R = 20.51%
G = 30.77%
B = 48.72%

CMYK

 C value IS 0.58

 M value IS 0.37

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#385485 (or 0x385485) is known color: Fun Blue. HEX triplet: 38, 54 and 85. RGB value is (56,84,133). Sum of RGB (Red+Green+Blue) = 56+84+133=273 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.51% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 133 (52.34% from 255 or 48.72% from 273); Max value from RGB is 133 - color contains mainly: blue. Hex color #385485 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385485 is #C7AB7A. Grayscale: #505050. Windows color (decimal): -13085563 or 8737848. OLE color: 8737848.

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

Color convert

RGB 56 84 133 -
CMYK 0.58 0.37 0 0.48
HSL 218.18º 0.41% 0.37% -
HSV(B) 218.18º 0.58% 0.52% -
XYZ 9.03 8.87 23.43 -
YUV 81.21 157.22 110.02 -
System Red Green Blue C M Y K H S L
Decimal 56 84 133 0.58 0.37 0 0.48 218.18 0.41 0.37
Hex 38 54 85 3A 25 0 30 DA 29 25
Octal 70 124 205 72 45 0 60 332 51 45
Binary 111000 1010100 10000101 111010 100101 0 110000 11011010 101001 100101

Color Harmonies of #385485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385485

Black with #385485

Text Example


Text Example

White with #385485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385485; }

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

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

background-color css

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

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

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

border-color css

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

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

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