Html Css Color HEX #38507D Fun Blue

📋 copy color: '#38507D'

red 56 ◦ green 80 ◦ blue 125

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

Shades of Fun Blue #38507D

Tints of Fun Blue #38507D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.65%

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

R = 21.46%
G = 30.65%
B = 47.89%

CMYK

 C value IS 0.55

 M value IS 0.36

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#38507D (or 0x38507D) is known color: Fun Blue. HEX triplet: 38, 50 and 7D. RGB value is (56,80,125). Sum of RGB (Red+Green+Blue) = 56+80+125=261 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.46% from 261); Green value is 80 (31.64% from 255 or 30.65% from 261); Blue value is 125 (49.22% from 255 or 47.89% from 261); Max value from RGB is 125 - color contains mainly: blue. Hex color #38507D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38507D is #C7AF82. Grayscale: #4D4D4D. Windows color (decimal): -13086595 or 8212536. OLE color: 8212536.

HSL color Cylindrical-coordinate representation of color #38507D: hue angle of 219.13º 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 #38507D is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 56 80 125 -
CMYK 0.55 0.36 0 0.51
HSL 219.13º 0.38% 0.35% -
HSV(B) 219.13º 0.55% 0.49% -
XYZ 8.2 8.06 20.53 -
YUV 77.95 154.55 112.34 -
System Red Green Blue C M Y K H S L
Decimal 56 80 125 0.55 0.36 0 0.51 219.13 0.38 0.35
Hex 38 50 7D 37 24 0 33 DB 26 23
Octal 70 120 175 67 44 0 63 333 46 43
Binary 111000 1010000 1111101 110111 100100 0 110011 11011011 100110 100011

Color Harmonies of #38507D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38507D

Black with #38507D

Text Example


Text Example

White with #38507D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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