Html Css Color HEX #38517F Fun Blue

📋 copy color: '#38517F'

red 56 ◦ green 81 ◦ blue 127

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

Shades of Fun Blue #38517F

Tints of Fun Blue #38517F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 48.11%

R = 21.21%
G = 30.68%
B = 48.11%

CMYK

 C value IS 0.56

 M value IS 0.36

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#38517F (or 0x38517F) is known color: Fun Blue. HEX triplet: 38, 51 and 7F. RGB value is (56,81,127). Sum of RGB (Red+Green+Blue) = 56+81+127=264 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.21% from 264); Green value is 81 (32.03% from 255 or 30.68% from 264); Blue value is 127 (50% from 255 or 48.11% from 264); Max value from RGB is 127 - color contains mainly: blue. Hex color #38517F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38517F is #C7AE80. Grayscale: #4E4E4E. Windows color (decimal): -13086337 or 8343864. OLE color: 8343864.

HSL color Cylindrical-coordinate representation of color #38517F: hue angle of 218.87º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #38517F is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 56 81 127 -
CMYK 0.56 0.36 0 0.50
HSL 218.87º 0.39% 0.36% -
HSV(B) 218.87º 0.56% 0.5% -
XYZ 8.4 8.26 21.23 -
YUV 78.77 155.22 111.76 -
System Red Green Blue C M Y K H S L
Decimal 56 81 127 0.56 0.36 0 0.50 218.87 0.39 0.36
Hex 38 51 7F 38 24 0 32 DB 27 24
Octal 70 121 177 70 44 0 62 333 47 44
Binary 111000 1010001 1111111 111000 100100 0 110010 11011011 100111 100100

Color Harmonies of #38517F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38517F

Black with #38517F

Text Example


Text Example

White with #38517F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38517F; }

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

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

background-color css

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

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

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

border-color css

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

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

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