Html Css Color HEX #38534F Blue Dianne

📋 copy color: '#38534F'

red 56 ◦ green 83 ◦ blue 79

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

Shades of Blue Dianne #38534F

Tints of Blue Dianne #38534F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 38.07%

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

R = 25.69%
G = 38.07%
B = 36.24%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#38534F (or 0x38534F) is known color: Blue Dianne. HEX triplet: 38, 53 and 4F. RGB value is (56,83,79). Sum of RGB (Red+Green+Blue) = 56+83+79=218 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.69% from 218); Green value is 83 (32.81% from 255 or 38.07% from 218); Blue value is 79 (31.25% from 255 or 36.24% from 218); Max value from RGB is 83 - color contains mainly: green. Hex color #38534F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38534F is #C7ACB0. Grayscale: #4A4A4A. Windows color (decimal): -13085873 or 5198648. OLE color: 5198648.

HSL color Cylindrical-coordinate representation of color #38534F: hue angle of 171.11º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #38534F is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB 56 83 79 -
CMYK 0.33 0 0.05 0.67
HSL 171.11º 0.19% 0.27% -
HSV(B) 171.11º 0.33% 0.33% -
XYZ 6.14 7.59 8.54 -
YUV 74.47 130.55 114.83 -
System Red Green Blue C M Y K H S L
Decimal 56 83 79 0.33 0 0.05 0.67 171.11 0.19 0.27
Hex 38 53 4F 21 0 5 43 AB 13 1B
Octal 70 123 117 41 0 5 103 253 23 33
Binary 111000 1010011 1001111 100001 0 101 1000011 10101011 10011 11011

Color Harmonies of #38534F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38534F

Black with #38534F

Text Example


Text Example

White with #38534F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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