Html Css Color HEX #38504F Blue Dianne

📋 copy color: '#38504F'

red 56 ◦ green 80 ◦ blue 79

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

Shades of Blue Dianne #38504F

Tints of Blue Dianne #38504F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 36.74%

R = 26.05%
G = 37.21%
B = 36.74%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.01

 K value IS 0.69

RGB Variations

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

Color information

#38504F (or 0x38504F) is known color: Blue Dianne. HEX triplet: 38, 50 and 4F. RGB value is (56,80,79). Sum of RGB (Red+Green+Blue) = 56+80+79=215 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.05% from 215); Green value is 80 (31.64% from 255 or 37.21% from 215); Blue value is 79 (31.25% from 255 or 36.74% from 215); Max value from RGB is 80 - color contains mainly: green. Hex color #38504F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38504F is #C7AFB0. Grayscale: #484848. Windows color (decimal): -13086641 or 5197880. OLE color: 5197880.

HSL color Cylindrical-coordinate representation of color #38504F: hue angle of 177.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 #38504F is Cyan = 0.30, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB 56 80 79 -
CMYK 0.30 0 0.01 0.69
HSL 177.5º 0.18% 0.27% -
HSV(B) 177.5º 0.3% 0.31% -
XYZ 5.91 7.14 8.46 -
YUV 72.71 131.55 116.08 -
System Red Green Blue C M Y K H S L
Decimal 56 80 79 0.30 0 0.01 0.69 177.5 0.18 0.27
Hex 38 50 4F 1E 0 1 45 B2 12 1B
Octal 70 120 117 36 0 1 105 262 22 33
Binary 111000 1010000 1001111 11110 0 1 1000101 10110010 10010 11011

Color Harmonies of #38504F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38504F

Black with #38504F

Text Example


Text Example

White with #38504F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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