Html Css Color HEX #38517D Fun Blue

📋 copy color: '#38517D'

red 56 ◦ green 81 ◦ blue 125

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

Shades of Fun Blue #38517D

Tints of Fun Blue #38517D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 47.71%

R = 21.37%
G = 30.92%
B = 47.71%

CMYK

 C value IS 0.55

 M value IS 0.35

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#38517D (or 0x38517D) is known color: Fun Blue. HEX triplet: 38, 51 and 7D. RGB value is (56,81,125). Sum of RGB (Red+Green+Blue) = 56+81+125=262 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.37% from 262); Green value is 81 (32.03% from 255 or 30.92% from 262); Blue value is 125 (49.22% from 255 or 47.71% from 262); Max value from RGB is 125 - color contains mainly: blue. Hex color #38517D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38517D is #C7AE82. Grayscale: #4E4E4E. Windows color (decimal): -13086339 or 8212792. OLE color: 8212792.

HSL color Cylindrical-coordinate representation of color #38517D: hue angle of 218.26º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #38517D is Cyan = 0.55, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 56 81 125 -
CMYK 0.55 0.35 0 0.51
HSL 218.26º 0.38% 0.35% -
HSV(B) 218.26º 0.55% 0.49% -
XYZ 8.27 8.21 20.55 -
YUV 78.54 154.22 111.92 -
System Red Green Blue C M Y K H S L
Decimal 56 81 125 0.55 0.35 0 0.51 218.26 0.38 0.35
Hex 38 51 7D 37 23 0 33 DA 26 23
Octal 70 121 175 67 43 0 63 332 46 43
Binary 111000 1010001 1111101 110111 100011 0 110011 11011010 100110 100011

Color Harmonies of #38517D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38517D

Black with #38517D

Text Example


Text Example

White with #38517D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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