Html Css Color HEX #38504D Blue Dianne

📋 copy color: '#38504D'

red 56 ◦ green 80 ◦ blue 77

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

Shades of Blue Dianne #38504D

Tints of Blue Dianne #38504D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 36.15%

R = 26.29%
G = 37.56%
B = 36.15%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.04

 K value IS 0.69

RGB Variations

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

Color information

#38504D (or 0x38504D) is known color: Blue Dianne. HEX triplet: 38, 50 and 4D. RGB value is (56,80,77). Sum of RGB (Red+Green+Blue) = 56+80+77=213 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.29% from 213); Green value is 80 (31.64% from 255 or 37.56% from 213); Blue value is 77 (30.47% from 255 or 36.15% from 213); Max value from RGB is 80 - color contains mainly: green. Hex color #38504D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38504D is #C7AFB2. Grayscale: #484848. Windows color (decimal): -13086643 or 5066808. OLE color: 5066808.

HSL color Cylindrical-coordinate representation of color #38504D: hue angle of 172.5º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #38504D is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB 56 80 77 -
CMYK 0.30 0 0.04 0.69
HSL 172.5º 0.18% 0.27% -
HSV(B) 172.5º 0.3% 0.31% -
XYZ 5.84 7.11 8.09 -
YUV 72.48 130.55 116.24 -
System Red Green Blue C M Y K H S L
Decimal 56 80 77 0.30 0 0.04 0.69 172.5 0.18 0.27
Hex 38 50 4D 1E 0 4 45 AC 12 1B
Octal 70 120 115 36 0 4 105 254 22 33
Binary 111000 1010000 1001101 11110 0 100 1000101 10101100 10010 11011

Color Harmonies of #38504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38504D

Black with #38504D

Text Example


Text Example

White with #38504D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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