Html Css Color HEX #38507A Fun Blue

📋 copy color: '#38507A'

red 56 ◦ green 80 ◦ blue 122

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

Shades of Fun Blue #38507A

Tints of Fun Blue #38507A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 47.29%

R = 21.71%
G = 31.01%
B = 47.29%

CMYK

 C value IS 0.54

 M value IS 0.34

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#38507A (or 0x38507A) is known color: Fun Blue. HEX triplet: 38, 50 and 7A. RGB value is (56,80,122). Sum of RGB (Red+Green+Blue) = 56+80+122=258 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.71% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 122 (48.05% from 255 or 47.29% from 258); Max value from RGB is 122 - color contains mainly: blue. Hex color #38507A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38507A is #C7AF85. Grayscale: #4D4D4D. Windows color (decimal): -13086598 or 8015928. OLE color: 8015928.

HSL color Cylindrical-coordinate representation of color #38507A: hue angle of 218.18º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #38507A is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 56 80 122 -
CMYK 0.54 0.34 0 0.52
HSL 218.18º 0.37% 0.35% -
HSV(B) 218.18º 0.54% 0.48% -
XYZ 8.01 7.98 19.53 -
YUV 77.61 153.05 112.58 -
System Red Green Blue C M Y K H S L
Decimal 56 80 122 0.54 0.34 0 0.52 218.18 0.37 0.35
Hex 38 50 7A 36 22 0 34 DA 25 23
Octal 70 120 172 66 42 0 64 332 45 43
Binary 111000 1010000 1111010 110110 100010 0 110100 11011010 100101 100011

Color Harmonies of #38507A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38507A

Black with #38507A

Text Example


Text Example

White with #38507A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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