Html Css Color HEX #385183 Fun Blue

📋 copy color: '#385183'

red 56 ◦ green 81 ◦ blue 131

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

Shades of Fun Blue #385183

Tints of Fun Blue #385183

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.22%

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

R = 20.9%
G = 30.22%
B = 48.88%

CMYK

 C value IS 0.57

 M value IS 0.38

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#385183 (or 0x385183) is known color: Fun Blue. HEX triplet: 38, 51 and 83. RGB value is (56,81,131). Sum of RGB (Red+Green+Blue) = 56+81+131=268 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.90% from 268); Green value is 81 (32.03% from 255 or 30.22% from 268); Blue value is 131 (51.56% from 255 or 48.88% from 268); Max value from RGB is 131 - color contains mainly: blue. Hex color #385183 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385183 is #C7AE7C. Grayscale: #4F4F4F. Windows color (decimal): -13086333 or 8606008. OLE color: 8606008.

HSL color Cylindrical-coordinate representation of color #385183: hue angle of 220º 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 #385183 is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 56 81 131 -
CMYK 0.57 0.38 0 0.49
HSL 220º 0.4% 0.37% -
HSV(B) 220º 0.57% 0.51% -
XYZ 8.67 8.36 22.63 -
YUV 79.23 157.22 111.43 -
System Red Green Blue C M Y K H S L
Decimal 56 81 131 0.57 0.38 0 0.49 220 0.4 0.37
Hex 38 51 83 39 26 0 31 DC 28 25
Octal 70 121 203 71 46 0 61 334 50 45
Binary 111000 1010001 10000011 111001 100110 0 110001 11011100 101000 100101

Color Harmonies of #385183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385183

Black with #385183

Text Example


Text Example

White with #385183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385183; }

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

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

background-color css

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

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

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

border-color css

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

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

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