Html Css Color HEX #385483 Fun Blue

📋 copy color: '#385483'

red 56 ◦ green 84 ◦ blue 131

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

Shades of Fun Blue #385483

Tints of Fun Blue #385483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 48.34%

R = 20.66%
G = 31%
B = 48.34%

CMYK

 C value IS 0.57

 M value IS 0.36

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#385483 (or 0x385483) is known color: Fun Blue. HEX triplet: 38, 54 and 83. RGB value is (56,84,131). Sum of RGB (Red+Green+Blue) = 56+84+131=271 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.66% from 271); Green value is 84 (33.20% from 255 or 31.00% from 271); Blue value is 131 (51.56% from 255 or 48.34% from 271); Max value from RGB is 131 - color contains mainly: blue. Hex color #385483 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385483 is #C7AB7C. Grayscale: #505050. Windows color (decimal): -13085565 or 8606776. OLE color: 8606776.

HSL color Cylindrical-coordinate representation of color #385483: hue angle of 217.6º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #385483 is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 56 84 131 -
CMYK 0.57 0.36 0 0.49
HSL 217.6º 0.4% 0.37% -
HSV(B) 217.6º 0.57% 0.51% -
XYZ 8.9 8.82 22.71 -
YUV 80.99 156.22 110.18 -
System Red Green Blue C M Y K H S L
Decimal 56 84 131 0.57 0.36 0 0.49 217.6 0.4 0.37
Hex 38 54 83 39 24 0 31 DA 28 25
Octal 70 124 203 71 44 0 61 332 50 45
Binary 111000 1010100 10000011 111001 100100 0 110001 11011010 101000 100101

Color Harmonies of #385483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385483

Black with #385483

Text Example


Text Example

White with #385483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385483; }

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

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

background-color css

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

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

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

border-color css

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

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

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